Interface DescribeDataSetPermissionsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDataSetPermissionsResponse.Builder,,DescribeDataSetPermissionsResponse> QuickSightResponse.Builder,SdkBuilder<DescribeDataSetPermissionsResponse.Builder,,DescribeDataSetPermissionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeDataSetPermissionsResponse
public static interface DescribeDataSetPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDataSetPermissionsResponse.Builder,DescribeDataSetPermissionsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondataSetArn(String dataSetArn) The Amazon Resource Name (ARN) of the dataset.The ID for the dataset that you want to create.permissions(Collection<ResourcePermission> permissions) A list of resource permissions on the dataset.permissions(Consumer<ResourcePermission.Builder>... permissions) A list of resource permissions on the dataset.permissions(ResourcePermission... permissions) A list of resource permissions on the dataset.The Amazon Web Services request ID for this operation.The HTTP status of the request.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
dataSetArn
The Amazon Resource Name (ARN) of the dataset.
- Parameters:
 dataSetArn- The Amazon Resource Name (ARN) of the dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dataSetId
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
 dataSetId- The ID for the dataset that you want to create. 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.
 
 - 
permissions
A list of resource permissions on the dataset.
- Parameters:
 permissions- A list of resource permissions on the dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
permissions
A list of resource permissions on the dataset.
- Parameters:
 permissions- A list of resource permissions on the dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
permissions
DescribeDataSetPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions) A list of resource permissions on the dataset.
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 topermissions(List<ResourcePermission>).- 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:
 
 - 
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.
 
 - 
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.
 
 
 -