Interface GetFlowPermissionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFlowPermissionsResponse.Builder,,GetFlowPermissionsResponse> QuickSightResponse.Builder,SdkBuilder<GetFlowPermissionsResponse.Builder,,GetFlowPermissionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetFlowPermissionsResponse
@Mutable
@NotThreadSafe
public static interface GetFlowPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetFlowPermissionsResponse.Builder,GetFlowPermissionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow you are getting permissions against.The unique identifier of the flow with permissions.permissions(Collection<Permission> permissions) A structure that contains the permissions for the flow.permissions(Consumer<Permission.Builder>... permissions) A structure that contains the permissions for the flow.permissions(Permission... permissions) A structure that contains the permissions for the flow.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the flow you are getting permissions against.
- Parameters:
arn- The Amazon Resource Name (ARN) of the flow you are getting permissions against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
The unique identifier of the flow with permissions.
- Parameters:
flowId- The unique identifier of the flow with permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A structure that contains the permissions for the flow.
- Parameters:
permissions- A structure that contains the permissions for the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A structure that contains the permissions for the flow.
- Parameters:
permissions- A structure that contains the permissions for the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A structure that contains the permissions for the flow.
This is a convenience method that creates an instance of thePermission.Builderavoiding the need to create one manually viaPermission.builder().When the
Consumercompletes,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.
-
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.
-