Interface CreateTopicResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTopicResponse.Builder,CreateTopicResponse>,QuickSightResponse.Builder,SdkBuilder<CreateTopicResponse.Builder,CreateTopicResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateTopicResponse
@Mutable @NotThreadSafe public static interface CreateTopicResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateTopicResponse.Builder,CreateTopicResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTopicResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the topic.CreateTopicResponse.BuilderrefreshArn(String refreshArn)The Amazon Resource Name (ARN) of the topic refresh.CreateTopicResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.CreateTopicResponse.Builderstatus(Integer status)The HTTP status of the request.CreateTopicResponse.BuildertopicId(String topicId)The ID for the topic that you want to create.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateTopicResponse.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.
-
topicId
CreateTopicResponse.Builder topicId(String topicId)
The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID for the topic that you want to create. 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.
-
refreshArn
CreateTopicResponse.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
CreateTopicResponse.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
CreateTopicResponse.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.
-
-