Interface MlResourceDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MlResourceDefinition.Builder,MlResourceDefinition>,SdkBuilder<MlResourceDefinition.Builder,MlResourceDefinition>,SdkPojo
- Enclosing class:
- MlResourceDefinition
public static interface MlResourceDefinition.Builder extends SdkPojo, CopyableBuilder<MlResourceDefinition.Builder,MlResourceDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MlResourceDefinition.Builderarn(String arn)The resource ARN.MlResourceDefinition.BuildercloudwatchLogUrl(String cloudwatchLogUrl)The CloudWatch log URL for the resource.MlResourceDefinition.BuilderfailureReason(String failureReason)The failure reason, in case of a failure.MlResourceDefinition.Buildername(String name)The resource name.MlResourceDefinition.BuilderoutputLocation(String outputLocation)The output location.MlResourceDefinition.Builderstatus(String status)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 Detail
-
name
MlResourceDefinition.Builder name(String 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
MlResourceDefinition.Builder arn(String 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
MlResourceDefinition.Builder status(String 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
MlResourceDefinition.Builder outputLocation(String 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
MlResourceDefinition.Builder failureReason(String 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
MlResourceDefinition.Builder cloudwatchLogUrl(String 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.
-
-