public static interface RefreshSchemasStatus.Builder extends CopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
| Modifier and Type | Method and Description |
|---|---|
RefreshSchemasStatus.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
RefreshSchemasStatus.Builder |
lastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
|
RefreshSchemasStatus.Builder |
lastRefreshDate(Instant lastRefreshDate)
The date the schema was last refreshed.
|
RefreshSchemasStatus.Builder |
replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
RefreshSchemasStatus.Builder |
status(RefreshSchemasStatusTypeValue status)
The status of the schema.
|
RefreshSchemasStatus.Builder |
status(String status)
The status of the schema.
|
copyapply, buildRefreshSchemasStatus.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatus.Builder replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasStatus.Builder status(String status)
The status of the schema.
status - The status of the schema.RefreshSchemasStatusTypeValue,
RefreshSchemasStatusTypeValueRefreshSchemasStatus.Builder status(RefreshSchemasStatusTypeValue status)
The status of the schema.
status - The status of the schema.RefreshSchemasStatusTypeValue,
RefreshSchemasStatusTypeValueRefreshSchemasStatus.Builder lastRefreshDate(Instant lastRefreshDate)
The date the schema was last refreshed.
lastRefreshDate - The date the schema was last refreshed.RefreshSchemasStatus.Builder lastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
lastFailureMessage - The last failure message for the schema.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.