public static interface FlowDefinitionSummary.Builder extends SdkPojo, CopyableBuilder<FlowDefinitionSummary.Builder,FlowDefinitionSummary>
| Modifier and Type | Method and Description |
|---|---|
FlowDefinitionSummary.Builder |
creationTime(Instant creationTime)
The timestamp when SageMaker created the flow definition.
|
FlowDefinitionSummary.Builder |
failureReason(String failureReason)
The reason why the flow definition creation failed.
|
FlowDefinitionSummary.Builder |
flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
FlowDefinitionSummary.Builder |
flowDefinitionName(String flowDefinitionName)
The name of the flow definition.
|
FlowDefinitionSummary.Builder |
flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)
The status of the flow definition.
|
FlowDefinitionSummary.Builder |
flowDefinitionStatus(String flowDefinitionStatus)
The status of the flow definition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlowDefinitionSummary.Builder flowDefinitionName(String flowDefinitionName)
The name of the flow definition.
flowDefinitionName - The name of the flow definition.FlowDefinitionSummary.Builder flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.FlowDefinitionSummary.Builder flowDefinitionStatus(String flowDefinitionStatus)
The status of the flow definition. Valid values:
flowDefinitionStatus - The status of the flow definition. Valid values:FlowDefinitionStatus,
FlowDefinitionStatusFlowDefinitionSummary.Builder flowDefinitionStatus(FlowDefinitionStatus flowDefinitionStatus)
The status of the flow definition. Valid values:
flowDefinitionStatus - The status of the flow definition. Valid values:FlowDefinitionStatus,
FlowDefinitionStatusFlowDefinitionSummary.Builder creationTime(Instant creationTime)
The timestamp when SageMaker created the flow definition.
creationTime - The timestamp when SageMaker created the flow definition.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.
failureReason - The reason why the flow definition creation failed. A failure reason is returned only when the flow
definition status is Failed.Copyright © 2022. All rights reserved.