public static interface UpdateThemePermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateThemePermissionsResponse.Builder,UpdateThemePermissionsResponse>
Modifier and Type | Method and Description |
---|---|
UpdateThemePermissionsResponse.Builder |
permissions(Collection<ResourcePermission> permissions)
The resulting list of resource permissions for the theme.
|
UpdateThemePermissionsResponse.Builder |
permissions(Consumer<ResourcePermission.Builder>... permissions)
The resulting list of resource permissions for the theme.
|
UpdateThemePermissionsResponse.Builder |
permissions(ResourcePermission... permissions)
The resulting list of resource permissions for the theme.
|
UpdateThemePermissionsResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
UpdateThemePermissionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
UpdateThemePermissionsResponse.Builder |
themeArn(String themeArn)
The Amazon Resource Name (ARN) of the theme.
|
UpdateThemePermissionsResponse.Builder |
themeId(String themeId)
The ID for the theme.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateThemePermissionsResponse.Builder themeId(String themeId)
The ID for the theme.
themeId
- The ID for the theme.UpdateThemePermissionsResponse.Builder themeArn(String themeArn)
The Amazon Resource Name (ARN) of the theme.
themeArn
- The Amazon Resource Name (ARN) of the theme.UpdateThemePermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
The resulting list of resource permissions for the theme.
permissions
- The resulting list of resource permissions for the theme.UpdateThemePermissionsResponse.Builder permissions(ResourcePermission... permissions)
The resulting list of resource permissions for the theme.
permissions
- The resulting list of resource permissions for the theme.UpdateThemePermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
The resulting list of resource permissions for the theme.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #permissions(List)
.permissions
- a consumer that will call methods on List.Builder
#permissions(List)
UpdateThemePermissionsResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.UpdateThemePermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.Copyright © 2020. All rights reserved.