Interface DescribeTopicV2Response.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTopicV2Response.Builder,,DescribeTopicV2Response> QuickSightResponse.Builder,SdkBuilder<DescribeTopicV2Response.Builder,,DescribeTopicV2Response> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeTopicV2Response
@Mutable
@NotThreadSafe
public static interface DescribeTopicV2Response.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicV2Response.Builder,DescribeTopicV2Response>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the topic.default DescribeTopicV2Response.BuildercustomInstructions(Consumer<CustomInstructions.Builder> customInstructions) Sets the value of the CustomInstructions property for this object.customInstructions(CustomInstructions customInstructions) Sets the value of the CustomInstructions property for this object.The Amazon Web Services request ID for this operation.The HTTP status of the request.default DescribeTopicV2Response.Buildertopic(Consumer<TopicV2Details.Builder> topic) The definition of a topic.topic(TopicV2Details topic) The definition of a topic.The ID of the topic that you want to describe.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
The ID of the topic that you want to describe. 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 describe. 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.
-
topic
The definition of a topic.
- Parameters:
topic- The definition of a topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topic
The definition of a topic.
This is a convenience method that creates an instance of theTopicV2Details.Builderavoiding the need to create one manually viaTopicV2Details.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totopic(TopicV2Details).- Parameters:
topic- a consumer that will call methods onTopicV2Details.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customInstructions
Sets the value of the CustomInstructions property for this object.- Parameters:
customInstructions- The new value for the CustomInstructions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customInstructions
default DescribeTopicV2Response.Builder customInstructions(Consumer<CustomInstructions.Builder> customInstructions) Sets the value of the CustomInstructions property for this object. This is a convenience method that creates an instance of theCustomInstructions.Builderavoiding the need to create one manually viaCustomInstructions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomInstructions(CustomInstructions).- Parameters:
customInstructions- a consumer that will call methods onCustomInstructions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
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.
-