CopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
, SdkBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
public static interface RefreshSchemasStatus.Builder extends CopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
Modifier and Type | Method | 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(Date 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(String status) |
The status of the schema.
|
RefreshSchemasStatus.Builder |
status(RefreshSchemasStatusTypeValue status) |
The status of the schema.
|
copy
apply, build
RefreshSchemasStatus.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
RefreshSchemasStatus.Builder status(RefreshSchemasStatusTypeValue status)
The status of the schema.
status
- The status of the schema.RefreshSchemasStatusTypeValue
RefreshSchemasStatus.Builder lastRefreshDate(Date 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.