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, sdkFields
copy
applyMutation, build
TopicRefreshDetails.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
,
TopicRefreshStatus
TopicRefreshDetails.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
,
TopicRefreshStatus
Copyright © 2023. All rights reserved.