@Stability(value=Experimental) @Internal public static final class InitFileOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InitFileOptions
InitFileOptionssoftware.amazon.jsii.JsiiObject.InitializationModeInitFileOptions.Builder, InitFileOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean base64Encoded,
String group,
String mode,
String owner,
List<? extends InitServiceRestartHandle> serviceRestartHandles)
Constructor that initializes the object based on literal property values passed by the
InitFileOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getBase64Encoded()
(experimental) True if the inlined content (from a string or file) should be treated as base64 encoded.
|
String |
getGroup()
(experimental) The name of the owning group for this file.
|
String |
getMode()
(experimental) A six-digit octal value representing the mode for this file.
|
String |
getOwner()
(experimental) The name of the owning user for this file.
|
List<InitServiceRestartHandle> |
getServiceRestartHandles()
(experimental) Restart the given service after this file has been written.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Boolean base64Encoded, String group, String mode, String owner, List<? extends InitServiceRestartHandle> serviceRestartHandles)
InitFileOptions.Builder.public final Boolean getBase64Encoded()
InitFileOptionsOnly applicable for inlined string and file content.
Default: false
getBase64Encoded in interface InitFileOptionspublic final String getGroup()
InitFileOptionsNot supported for Windows systems.
Default: 'root'
getGroup in interface InitFileOptionspublic final String getMode()
InitFileOptionsUse the first three digits for symlinks and the last three digits for setting permissions. To create a symlink, specify 120xxx, where xxx defines the permissions of the target file. To specify permissions for a file, use the last three digits, such as 000644.
Not supported for Windows systems.
Default: '000644'
getMode in interface InitFileOptionspublic final String getOwner()
InitFileOptionsNot supported for Windows systems.
Default: 'root'
getOwner in interface InitFileOptionspublic final List<InitServiceRestartHandle> getServiceRestartHandles()
InitFileOptionsDefault: - Do not restart any service
getServiceRestartHandles in interface InitFileOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.