@Stability(value=Stable)
public static interface CfnResourceDefinition.LocalVolumeResourceDataProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrass.*;
LocalVolumeResourceDataProperty localVolumeResourceDataProperty = LocalVolumeResourceDataProperty.builder()
.destinationPath("destinationPath")
.sourcePath("sourcePath")
// the properties below are optional
.groupOwnerSetting(GroupOwnerSettingProperty.builder()
.autoAddGroupOwner(false)
// the properties below are optional
.groupOwner("groupOwner")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder
A builder for
CfnResourceDefinition.LocalVolumeResourceDataProperty |
static class |
CfnResourceDefinition.LocalVolumeResourceDataProperty.Jsii$Proxy
An implementation for
CfnResourceDefinition.LocalVolumeResourceDataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder |
builder() |
String |
getDestinationPath()
`CfnResourceDefinition.LocalVolumeResourceDataProperty.DestinationPath`.
|
default Object |
getGroupOwnerSetting()
`CfnResourceDefinition.LocalVolumeResourceDataProperty.GroupOwnerSetting`.
|
String |
getSourcePath()
`CfnResourceDefinition.LocalVolumeResourceDataProperty.SourcePath`.
|
@Stability(value=Stable) @NotNull String getDestinationPath()
@Stability(value=Stable) @Nullable default Object getGroupOwnerSetting()
@Stability(value=Stable) @NotNull String getSourcePath()
@Stability(value=Stable) static CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder builder()
Copyright © 2021. All rights reserved.