public static interface LocalVolumeResourceData.Builder extends SdkPojo, CopyableBuilder<LocalVolumeResourceData.Builder,LocalVolumeResourceData>
Modifier and Type | Method and Description |
---|---|
LocalVolumeResourceData.Builder |
destinationPath(String destinationPath)
The absolute local path of the resource inside the Lambda environment.
|
default LocalVolumeResourceData.Builder |
groupOwnerSetting(Consumer<GroupOwnerSetting.Builder> groupOwnerSetting)
Allows you to configure additional group privileges for the Lambda process.
|
LocalVolumeResourceData.Builder |
groupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
Allows you to configure additional group privileges for the Lambda process.
|
LocalVolumeResourceData.Builder |
sourcePath(String sourcePath)
The local absolute path of the volume resource on the host.
|
copy
applyMutation, build
LocalVolumeResourceData.Builder destinationPath(String destinationPath)
destinationPath
- The absolute local path of the resource inside the Lambda environment.LocalVolumeResourceData.Builder groupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
groupOwnerSetting
- Allows you to configure additional group privileges for the Lambda process. This field is optional.default LocalVolumeResourceData.Builder groupOwnerSetting(Consumer<GroupOwnerSetting.Builder> groupOwnerSetting)
GroupOwnerSetting.Builder
avoiding the need to create one
manually via GroupOwnerSetting.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to groupOwnerSetting(GroupOwnerSetting)
.groupOwnerSetting
- a consumer that will call methods on GroupOwnerSetting.Builder
groupOwnerSetting(GroupOwnerSetting)
LocalVolumeResourceData.Builder sourcePath(String sourcePath)
sourcePath
- The local absolute path of the volume resource on the host. The source path for a volume resource type
cannot start with ''/sys''.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.