Interface TensorBoardAppSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TensorBoardAppSettings.Builder,TensorBoardAppSettings>,SdkBuilder<TensorBoardAppSettings.Builder,TensorBoardAppSettings>,SdkPojo
- Enclosing class:
- TensorBoardAppSettings
public static interface TensorBoardAppSettings.Builder extends SdkPojo, CopyableBuilder<TensorBoardAppSettings.Builder,TensorBoardAppSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TensorBoardAppSettings.BuilderdefaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.TensorBoardAppSettings.BuilderdefaultResourceSpec(ResourceSpec defaultResourceSpec)The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.-
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, sdkFields
-
-
-
-
Method Detail
-
defaultResourceSpec
TensorBoardAppSettings.Builder defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
- Parameters:
defaultResourceSpec- The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultResourceSpec
default TensorBoardAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
This is a convenience method that creates an instance of theResourceSpec.Builderavoiding the need to create one manually viaResourceSpec.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultResourceSpec(ResourceSpec).- Parameters:
defaultResourceSpec- a consumer that will call methods onResourceSpec.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
defaultResourceSpec(ResourceSpec)
-
-