Interface UpdateTopicResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateTopicResponse.Builder,UpdateTopicResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateTopicResponse.Builder,UpdateTopicResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateTopicResponse
public static interface UpdateTopicResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateTopicResponse.Builder,UpdateTopicResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTopicResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the topic.UpdateTopicResponse.BuilderrefreshArn(String refreshArn)The Amazon Resource Name (ARN) of the topic refresh.UpdateTopicResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateTopicResponse.Builderstatus(Integer status)The HTTP status of the request.UpdateTopicResponse.BuildertopicId(String topicId)The ID of the topic that you want to modify.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
topicId
UpdateTopicResponse.Builder topicId(String topicId)
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UpdateTopicResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the topic.
- Parameters:
arn- The Amazon Resource Name (ARN) of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshArn
UpdateTopicResponse.Builder refreshArn(String 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.
-
requestId
UpdateTopicResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateTopicResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-