public static interface TopicRefreshDetails.Builder extends SdkPojo, CopyableBuilder<TopicRefreshDetails.Builder,TopicRefreshDetails>
| Modifier and Type | Method and Description |
|---|---|
TopicRefreshDetails.Builder |
refreshArn(String refreshArn)
The Amazon Resource Name (ARN) of the topic refresh.
|
TopicRefreshDetails.Builder |
refreshId(String refreshId)
The ID of the refresh, which occurs as a result of topic creation or topic update.
|
TopicRefreshDetails.Builder |
refreshStatus(String refreshStatus)
The status of the refresh job that indicates whether the job is still running, completed successfully, or
failed.
|
TopicRefreshDetails.Builder |
refreshStatus(TopicRefreshStatus refreshStatus)
The status of the refresh job that indicates whether the job is still running, completed successfully, or
failed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicRefreshDetails.Builder refreshArn(String refreshArn)
The Amazon Resource Name (ARN) of the topic refresh.
refreshArn - The Amazon Resource Name (ARN) of the topic refresh.TopicRefreshDetails.Builder refreshId(String refreshId)
The ID of the refresh, which occurs as a result of topic creation or topic update.
refreshId - The ID of the refresh, which occurs as a result of topic creation or topic update.TopicRefreshDetails.Builder refreshStatus(String refreshStatus)
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
refreshStatus - The status of the refresh job that indicates whether the job is still running, completed successfully,
or failed.TopicRefreshStatus,
TopicRefreshStatusTopicRefreshDetails.Builder refreshStatus(TopicRefreshStatus refreshStatus)
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
refreshStatus - The status of the refresh job that indicates whether the job is still running, completed successfully,
or failed.TopicRefreshStatus,
TopicRefreshStatusCopyright © 2023. All rights reserved.