Interface EnvironmentConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnvironmentConfig.Builder,
,EnvironmentConfig> SdkBuilder<EnvironmentConfig.Builder,
,EnvironmentConfig> SdkPojo
- Enclosing class:
EnvironmentConfig
@Mutable
@NotThreadSafe
public static interface EnvironmentConfig.Builder
extends SdkPojo, CopyableBuilder<EnvironmentConfig.Builder,EnvironmentConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EnvironmentConfig.Builder
fSxLustreConfig
(Consumer<FSxLustreConfig.Builder> fSxLustreConfig) Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.fSxLustreConfig
(FSxLustreConfig fSxLustreConfig) Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fSxLustreConfig
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
- Parameters:
fSxLustreConfig
- Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fSxLustreConfig
default EnvironmentConfig.Builder fSxLustreConfig(Consumer<FSxLustreConfig.Builder> fSxLustreConfig) Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
This is a convenience method that creates an instance of theFSxLustreConfig.Builder
avoiding the need to create one manually viaFSxLustreConfig.builder()
.When the
Consumer
completes,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:
-