Interface UpdateFlowPermissionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateFlowPermissionsResponse.Builder,
,UpdateFlowPermissionsResponse> QuickSightResponse.Builder
,SdkBuilder<UpdateFlowPermissionsResponse.Builder,
,UpdateFlowPermissionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateFlowPermissionsResponse
@Mutable
@NotThreadSafe
public static interface UpdateFlowPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowPermissionsResponse.Builder,UpdateFlowPermissionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow you are updating permissions against.The unique identifier of the flow with updated permissions.permissions
(Collection<Permission> permissions) The permissions on the flow after they are updated.permissions
(Consumer<Permission.Builder>... permissions) The permissions on the flow after they are updated.permissions
(Permission... permissions) The permissions on the flow after they are updated.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
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
-
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.
-
arn
The Amazon Resource Name (ARN) of the flow you are updating permissions against.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the flow you are updating permissions against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The permissions on the flow after they are updated.
- Parameters:
permissions
- The permissions on the flow after they are updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The permissions on the flow after they are updated.
- Parameters:
permissions
- The permissions on the flow after they are updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
The permissions on the flow after they are updated.
This is a convenience method that creates an instance of thePermission.Builder
avoiding the need to create one manually viaPermission.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topermissions(List<Permission>)
.- Parameters:
permissions
- a consumer that will call methods onPermission.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.
-
flowId
The unique identifier of the flow with updated permissions.
- Parameters:
flowId
- The unique identifier of the flow with updated permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-