Interface EnvironmentConfigDetails.Builder

  • Method Details

    • fSxLustreConfig

      EnvironmentConfigDetails.Builder fSxLustreConfig(FSxLustreConfig 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 the FSxLustreConfig.Builder avoiding the need to create one manually via FSxLustreConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fSxLustreConfig(FSxLustreConfig).

      Parameters:
      fSxLustreConfig - a consumer that will call methods on FSxLustreConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • s3OutputPath

      EnvironmentConfigDetails.Builder s3OutputPath(String 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.