Interface MlResourceDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MlResourceDefinition.Builder,
,MlResourceDefinition> SdkBuilder<MlResourceDefinition.Builder,
,MlResourceDefinition> SdkPojo
- Enclosing class:
MlResourceDefinition
@Mutable
@NotThreadSafe
public static interface MlResourceDefinition.Builder
extends SdkPojo, CopyableBuilder<MlResourceDefinition.Builder,MlResourceDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionThe resource ARN.cloudwatchLogUrl
(String cloudwatchLogUrl) The CloudWatch log URL for the resource.failureReason
(String failureReason) The failure reason, in case of a failure.The resource name.outputLocation
(String outputLocation) The output location.The resource status.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
-
name
The resource name.
- Parameters:
name
- The resource name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The resource ARN.
- Parameters:
arn
- The resource ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The resource status.
- Parameters:
status
- The resource status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputLocation
The output location.
- Parameters:
outputLocation
- The output location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
The failure reason, in case of a failure.
- Parameters:
failureReason
- The failure reason, in case of a failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudwatchLogUrl
The CloudWatch log URL for the resource.
- Parameters:
cloudwatchLogUrl
- The CloudWatch log URL for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-