Interface RefreshSchemasStatus.Builder

    • Method Detail

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