Interface TopicRefreshDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TopicRefreshDetails.Builder,
,TopicRefreshDetails> SdkBuilder<TopicRefreshDetails.Builder,
,TopicRefreshDetails> SdkPojo
- Enclosing class:
TopicRefreshDetails
@Mutable
@NotThreadSafe
public static interface TopicRefreshDetails.Builder
extends SdkPojo, CopyableBuilder<TopicRefreshDetails.Builder,TopicRefreshDetails>
-
Method Summary
Modifier and TypeMethodDescriptionrefreshArn
(String refreshArn) The Amazon Resource Name (ARN) of the topic refresh.The ID of the refresh, which occurs as a result of topic creation or topic update.refreshStatus
(String refreshStatus) The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.refreshStatus
(TopicRefreshStatus refreshStatus) The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
refreshArn
The Amazon Resource Name (ARN) of the topic refresh.
- Parameters:
refreshArn
- The Amazon Resource Name (ARN) of the topic refresh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshId
The ID of the refresh, which occurs as a result of topic creation or topic update.
- Parameters:
refreshId
- The ID of the refresh, which occurs as a result of topic creation or topic update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshStatus
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
- Parameters:
refreshStatus
- The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
refreshStatus
The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
- Parameters:
refreshStatus
- The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-