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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe resource name. - Parameters:
- name- The resource name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe resource ARN. - Parameters:
- arn- The resource ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe resource status. - Parameters:
- status- The resource status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputLocationThe output location. - Parameters:
- outputLocation- The output location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonThe 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.
 
- 
cloudwatchLogUrlThe 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.
 
 
-