Interface DescribeTopicPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTopicPermissionsResponse.Builder,DescribeTopicPermissionsResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeTopicPermissionsResponse.Builder,DescribeTopicPermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTopicPermissionsResponse
public static interface DescribeTopicPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicPermissionsResponse.Builder,DescribeTopicPermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTopicPermissionsResponse.Builderpermissions(Collection<ResourcePermission> permissions)A list of resource permissions that are configured to the topic.DescribeTopicPermissionsResponse.Builderpermissions(Consumer<ResourcePermission.Builder>... permissions)A list of resource permissions that are configured to the topic.DescribeTopicPermissionsResponse.Builderpermissions(ResourcePermission... permissions)A list of resource permissions that are configured to the topic.DescribeTopicPermissionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeTopicPermissionsResponse.Builderstatus(Integer status)The HTTP status of the request.DescribeTopicPermissionsResponse.BuildertopicArn(String topicArn)The Amazon Resource Name (ARN) of the topic.DescribeTopicPermissionsResponse.BuildertopicId(String topicId)The ID of the topic that you want to describe.-
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
DescribeTopicPermissionsResponse.Builder topicId(String 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.
-
topicArn
DescribeTopicPermissionsResponse.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
- Parameters:
topicArn- The Amazon Resource Name (ARN) of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeTopicPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A list of resource permissions that are configured to the topic.
- Parameters:
permissions- A list of resource permissions that are configured to the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeTopicPermissionsResponse.Builder permissions(ResourcePermission... permissions)
A list of resource permissions that are configured to the topic.
- Parameters:
permissions- A list of resource permissions that are configured to the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeTopicPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A list of resource permissions that are configured to the topic.
This is a convenience method that creates an instance of theResourcePermission.Builderavoiding the need to create one manually viaResourcePermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#permissions(List.) - Parameters:
permissions- a consumer that will call methods onResourcePermission.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#permissions(java.util.Collection)
-
status
DescribeTopicPermissionsResponse.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.
-
requestId
DescribeTopicPermissionsResponse.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.
-
-