Interface DescribeLineageGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>, SageMakerResponse.Builder, SdkBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeLineageGroupResponse

public static interface DescribeLineageGroupResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>
  • Method Details

    • lineageGroupName

      DescribeLineageGroupResponse.Builder lineageGroupName(String lineageGroupName)

      The name of the lineage group.

      Parameters:
      lineageGroupName - The name of the lineage group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lineageGroupArn

      DescribeLineageGroupResponse.Builder lineageGroupArn(String lineageGroupArn)

      The Amazon Resource Name (ARN) of the lineage group.

      Parameters:
      lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      DescribeLineageGroupResponse.Builder displayName(String displayName)

      The display name of the lineage group.

      Parameters:
      displayName - The display name of the lineage group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DescribeLineageGroupResponse.Builder description(String description)

      The description of the lineage group.

      Parameters:
      description - The description of the lineage group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      DescribeLineageGroupResponse.Builder creationTime(Instant creationTime)

      The creation time of lineage group.

      Parameters:
      creationTime - The creation time of lineage group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      Sets the value of the CreatedBy property for this object.
      Parameters:
      createdBy - The new value for the CreatedBy property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      Sets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of the UserContext.Builder avoiding the need to create one manually via UserContext.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to createdBy(UserContext).

      Parameters:
      createdBy - a consumer that will call methods on UserContext.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastModifiedTime

      DescribeLineageGroupResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The last modified time of the lineage group.

      Parameters:
      lastModifiedTime - The last modified time of the lineage group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedBy

      DescribeLineageGroupResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
      Sets the value of the LastModifiedBy property for this object.
      Parameters:
      lastModifiedBy - The new value for the LastModifiedBy property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedBy

      default DescribeLineageGroupResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
      Sets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of the UserContext.Builder avoiding the need to create one manually via UserContext.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lastModifiedBy(UserContext).

      Parameters:
      lastModifiedBy - a consumer that will call methods on UserContext.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: