Interface UpdateActionConnectorPermissionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateActionConnectorPermissionsResponse.Builder,
,UpdateActionConnectorPermissionsResponse> QuickSightResponse.Builder
,SdkBuilder<UpdateActionConnectorPermissionsResponse.Builder,
,UpdateActionConnectorPermissionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateActionConnectorPermissionsResponse
@Mutable
@NotThreadSafe
public static interface UpdateActionConnectorPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateActionConnectorPermissionsResponse.Builder,UpdateActionConnectorPermissionsResponse>
-
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 updated permissions configuration for the action connector.permissions
(Consumer<ResourcePermission.Builder>... permissions) The updated permissions configuration for the action connector.permissions
(ResourcePermission... permissions) The updated permissions configuration for the action connector.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.
-
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.
-
permissions
UpdateActionConnectorPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions) The updated permissions configuration for the action connector.
- Parameters:
permissions
- The updated permissions configuration for the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The updated permissions configuration for the action connector.
- Parameters:
permissions
- The updated permissions configuration for the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateActionConnectorPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions) The updated permissions configuration for the action connector.
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:
-