Interface FlowDefinitionSummary.Builder

    • 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
      • 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.