public static interface DescribeDataSourcePermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSourcePermissionsResponse.Builder,DescribeDataSourcePermissionsResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDataSourcePermissionsResponse.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 theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #permissions(List)
.permissions
- a consumer that will call methods on List.Builder
#permissions(List)
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 © 2022. All rights reserved.