Interface FlowDefinitionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlowDefinitionSummary.Builder,FlowDefinitionSummary>,SdkBuilder<FlowDefinitionSummary.Builder,FlowDefinitionSummary>,SdkPojo
- Enclosing class:
- FlowDefinitionSummary
public static interface FlowDefinitionSummary.Builder extends SdkPojo, CopyableBuilder<FlowDefinitionSummary.Builder,FlowDefinitionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowDefinitionSummary.BuildercreationTime(Instant creationTime)The timestamp when SageMaker created the flow definition.FlowDefinitionSummary.BuilderfailureReason(String failureReason)The reason why the flow definition creation failed.FlowDefinitionSummary.BuilderflowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of the flow definition.FlowDefinitionSummary.BuilderflowDefinitionName(String flowDefinitionName)The name of the flow definition.FlowDefinitionSummary.BuilderflowDefinitionStatus(String flowDefinitionStatus)The status of the flow definition.FlowDefinitionSummary.BuilderflowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)The status of the flow definition.-
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
-
flowDefinitionName
FlowDefinitionSummary.Builder flowDefinitionName(String flowDefinitionName)
The name of the flow definition.
- Parameters:
flowDefinitionName- The name of the flow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinitionArn
FlowDefinitionSummary.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
- Parameters:
flowDefinitionArn- The Amazon Resource Name (ARN) of the flow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowDefinitionStatus
FlowDefinitionSummary.Builder flowDefinitionStatus(String flowDefinitionStatus)
The status of the flow definition. Valid values:
- Parameters:
flowDefinitionStatus- The status of the flow definition. Valid values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowDefinitionStatus,FlowDefinitionStatus
-
flowDefinitionStatus
FlowDefinitionSummary.Builder flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)
The status of the flow definition. Valid values:
- Parameters:
flowDefinitionStatus- The status of the flow definition. Valid values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowDefinitionStatus,FlowDefinitionStatus
-
creationTime
FlowDefinitionSummary.Builder creationTime(Instant creationTime)
The timestamp when SageMaker created the flow definition.
- Parameters:
creationTime- The timestamp when SageMaker created the flow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
FlowDefinitionSummary.Builder failureReason(String failureReason)
The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is
Failed.- Parameters:
failureReason- The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status isFailed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-