Interface UpdateFolderPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateFolderPermissionsResponse.Builder,UpdateFolderPermissionsResponse>
,QuickSightResponse.Builder
,SdkBuilder<UpdateFolderPermissionsResponse.Builder,UpdateFolderPermissionsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- UpdateFolderPermissionsResponse
public static interface UpdateFolderPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateFolderPermissionsResponse.Builder,UpdateFolderPermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateFolderPermissionsResponse.Builder
arn(String arn)
The Amazon Resource Name (ARN) of the folder.UpdateFolderPermissionsResponse.Builder
folderId(String folderId)
The ID of the folder.UpdateFolderPermissionsResponse.Builder
permissions(Collection<ResourcePermission> permissions)
Information about the permissions for the folder.UpdateFolderPermissionsResponse.Builder
permissions(Consumer<ResourcePermission.Builder>... permissions)
Information about the permissions for the folder.UpdateFolderPermissionsResponse.Builder
permissions(ResourcePermission... permissions)
Information about the permissions for the folder.UpdateFolderPermissionsResponse.Builder
requestId(String requestId)
The Amazon Web Services request ID for this operation.UpdateFolderPermissionsResponse.Builder
status(Integer status)
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
UpdateFolderPermissionsResponse.Builder status(Integer 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
UpdateFolderPermissionsResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the folder.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderId
UpdateFolderPermissionsResponse.Builder folderId(String folderId)
The ID of the folder.
- Parameters:
folderId
- The ID of the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateFolderPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
Information about the permissions for the folder.
- Parameters:
permissions
- Information about the permissions for the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateFolderPermissionsResponse.Builder permissions(ResourcePermission... permissions)
Information about the permissions for the folder.
- Parameters:
permissions
- Information about the permissions for the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateFolderPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
Information about the permissions for the folder.
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 to#permissions(List
.) - 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:
#permissions(java.util.Collection
)
-
requestId
UpdateFolderPermissionsResponse.Builder requestId(String 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.
-
-