Interface ClusterSharedEnvironmentConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterSharedEnvironmentConfig.Builder,,ClusterSharedEnvironmentConfig> SdkBuilder<ClusterSharedEnvironmentConfig.Builder,,ClusterSharedEnvironmentConfig> SdkPojo
- Enclosing class:
ClusterSharedEnvironmentConfig
@Mutable
@NotThreadSafe
public static interface ClusterSharedEnvironmentConfig.Builder
extends SdkPojo, CopyableBuilder<ClusterSharedEnvironmentConfig.Builder,ClusterSharedEnvironmentConfig>
-
Method Summary
Modifier and TypeMethodDescriptionfSxLustreConfig(Consumer<FSxLustreConfig.Builder> fSxLustreConfig) Configuration settings for an Amazon FSx for Lustre file system in the shared environment.fSxLustreConfig(FSxLustreConfig fSxLustreConfig) Configuration settings for an Amazon FSx for Lustre file system in the shared environment.fSxLustreDeletionPolicy(String fSxLustreDeletionPolicy) The deletion policy for the Amazon FSx for Lustre file system in the shared environment.fSxLustreDeletionPolicy(ClusterFSxLustreDeletionPolicy fSxLustreDeletionPolicy) The deletion policy for the Amazon FSx for Lustre file system in the shared environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fSxLustreDeletionPolicy
The deletion policy for the Amazon FSx for Lustre file system in the shared environment.
- Parameters:
fSxLustreDeletionPolicy- The deletion policy for the Amazon FSx for Lustre file system in the shared environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fSxLustreDeletionPolicy
ClusterSharedEnvironmentConfig.Builder fSxLustreDeletionPolicy(ClusterFSxLustreDeletionPolicy fSxLustreDeletionPolicy) The deletion policy for the Amazon FSx for Lustre file system in the shared environment.
- Parameters:
fSxLustreDeletionPolicy- The deletion policy for the Amazon FSx for Lustre file system in the shared environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fSxLustreConfig
Configuration settings for an Amazon FSx for Lustre file system in the shared environment.
- Parameters:
fSxLustreConfig- Configuration settings for an Amazon FSx for Lustre file system in the shared environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fSxLustreConfig
default ClusterSharedEnvironmentConfig.Builder fSxLustreConfig(Consumer<FSxLustreConfig.Builder> fSxLustreConfig) Configuration settings for an Amazon FSx for Lustre file system in the shared environment.
This is a convenience method that creates an instance of theFSxLustreConfig.Builderavoiding the need to create one manually viaFSxLustreConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofSxLustreConfig(FSxLustreConfig).- Parameters:
fSxLustreConfig- a consumer that will call methods onFSxLustreConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-