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 Details

    • 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

      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:
    • 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 is Failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.