Interface RefreshSchemasStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>, SdkBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>, SdkPojo
Enclosing class:
RefreshSchemasStatus

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

    • endpointArn

      RefreshSchemasStatus.Builder endpointArn(String endpointArn)

      The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

      Parameters:
      endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationInstanceArn

      RefreshSchemasStatus.Builder replicationInstanceArn(String replicationInstanceArn)

      The Amazon Resource Name (ARN) of the replication instance.

      Parameters:
      replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the schema.

      Parameters:
      status - The status of the schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the schema.

      Parameters:
      status - The status of the schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastRefreshDate

      RefreshSchemasStatus.Builder lastRefreshDate(Instant lastRefreshDate)

      The date the schema was last refreshed.

      Parameters:
      lastRefreshDate - The date the schema was last refreshed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastFailureMessage

      RefreshSchemasStatus.Builder lastFailureMessage(String lastFailureMessage)

      The last failure message for the schema.

      Parameters:
      lastFailureMessage - The last failure message for the schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.