Interface EnvironmentConfigDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentConfigDetails.Builder,,EnvironmentConfigDetails> SdkBuilder<EnvironmentConfigDetails.Builder,,EnvironmentConfigDetails> SdkPojo
- Enclosing class:
EnvironmentConfigDetails
@Mutable
@NotThreadSafe
public static interface EnvironmentConfigDetails.Builder
extends SdkPojo, CopyableBuilder<EnvironmentConfigDetails.Builder,EnvironmentConfigDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EnvironmentConfigDetails.BuilderfSxLustreConfig(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.s3OutputPath(String s3OutputPath) The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.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
-
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 EnvironmentConfigDetails.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.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:
-
s3OutputPath
The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.
- Parameters:
s3OutputPath- The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-