public static interface DescribeDataSourcePermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSourcePermissionsResponse.Builder,DescribeDataSourcePermissionsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDataSourcePermissionsResponse.Builder dataSourceArn(String dataSourceArn)
The Amazon Resource Name (ARN) of the data source.
dataSourceArn - The Amazon Resource Name (ARN) of the data source.DescribeDataSourcePermissionsResponse.Builder dataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSourceId - The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web
Services account.DescribeDataSourcePermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A list of resource permissions on the data source.
permissions - A list of resource permissions on the data source.DescribeDataSourcePermissionsResponse.Builder permissions(ResourcePermission... permissions)
A list of resource permissions on the data source.
permissions - A list of resource permissions on the data source.DescribeDataSourcePermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A list of resource permissions on the data source.
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) DescribeDataSourcePermissionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeDataSourcePermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.