public static interface DescribeTopicPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicPermissionsResponse.Builder,DescribeTopicPermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicPermissionsResponse.Builder |
permissions(Collection<ResourcePermission> permissions)
A list of resource permissions that are configured to the topic.
|
DescribeTopicPermissionsResponse.Builder |
permissions(Consumer<ResourcePermission.Builder>... permissions)
A list of resource permissions that are configured to the topic.
|
DescribeTopicPermissionsResponse.Builder |
permissions(ResourcePermission... permissions)
A list of resource permissions that are configured to the topic.
|
DescribeTopicPermissionsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeTopicPermissionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
DescribeTopicPermissionsResponse.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
DescribeTopicPermissionsResponse.Builder |
topicId(String topicId)
The ID of the topic that you want to describe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTopicPermissionsResponse.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.
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.DescribeTopicPermissionsResponse.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn - The Amazon Resource Name (ARN) of the topic.DescribeTopicPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A list of resource permissions that are configured to the topic.
permissions - A list of resource permissions that are configured to the topic.DescribeTopicPermissionsResponse.Builder permissions(ResourcePermission... permissions)
A list of resource permissions that are configured to the topic.
permissions - A list of resource permissions that are configured to the topic.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.Builder avoiding the need to
create one manually via ResourcePermission.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #permissions(List.
permissions - a consumer that will call methods on
ResourcePermission.Builder#permissions(java.util.Collection) DescribeTopicPermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeTopicPermissionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.Copyright © 2023. All rights reserved.