Interface DescribeActionConnectorPermissionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeActionConnectorPermissionsResponse.Builder,
,DescribeActionConnectorPermissionsResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeActionConnectorPermissionsResponse.Builder,
,DescribeActionConnectorPermissionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeActionConnectorPermissionsResponse
@Mutable
@NotThreadSafe
public static interface DescribeActionConnectorPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeActionConnectorPermissionsResponse.Builder,DescribeActionConnectorPermissionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionConnectorId
(String actionConnectorId) The unique identifier of the action connector.The Amazon Resource Name (ARN) of the action connector.permissions
(Collection<ResourcePermission> permissions) The list of permissions associated with the action connector, including the principals and their allowed actions.permissions
(Consumer<ResourcePermission.Builder>... permissions) The list of permissions associated with the action connector, including the principals and their allowed actions.permissions
(ResourcePermission... permissions) The list of permissions associated with the action connector, including the principals and their allowed actions.The Amazon Web Services request ID for this operation.The HTTP status code of the request.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the action connector.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConnectorId
The unique identifier of the action connector.
- Parameters:
actionConnectorId
- The unique identifier of the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeActionConnectorPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions) The list of permissions associated with the action connector, including the principals and their allowed actions.
- Parameters:
permissions
- The list of permissions associated with the action connector, including the principals and their allowed actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The list of permissions associated with the action connector, including the principals and their allowed actions.
- Parameters:
permissions
- The list of permissions associated with the action connector, including the principals and their allowed actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeActionConnectorPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions) The list of permissions associated with the action connector, including the principals and their allowed actions.
This is a convenience method that creates an instance of theResourcePermission.Builder
avoiding the need to create one manually viaResourcePermission.builder()
.When the
Consumer
completes,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 code of the request.
- Parameters:
status
- The HTTP status code of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-