public static interface UpdateThemePermissionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateThemePermissionsRequest.Builder,UpdateThemePermissionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThemePermissionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme.
awsAccountId - The ID of the Amazon Web Services account that contains the theme.UpdateThemePermissionsRequest.Builder themeId(String themeId)
The ID for the theme.
themeId - The ID for the theme.UpdateThemePermissionsRequest.Builder grantPermissions(Collection<ResourcePermission> grantPermissions)
A list of resource permissions to be granted for the theme.
grantPermissions - A list of resource permissions to be granted for the theme.UpdateThemePermissionsRequest.Builder grantPermissions(ResourcePermission... grantPermissions)
A list of resource permissions to be granted for the theme.
grantPermissions - A list of resource permissions to be granted for the theme.UpdateThemePermissionsRequest.Builder grantPermissions(Consumer<ResourcePermission.Builder>... grantPermissions)
A list of resource permissions to be granted for the theme.
This is a convenience method that creates an instance of theResourcePermission.Builder avoiding the need to
create one manually via ResourcePermission.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #grantPermissions(List.
grantPermissions - a consumer that will call methods on
ResourcePermission.Builder#grantPermissions(java.util.Collection) UpdateThemePermissionsRequest.Builder revokePermissions(Collection<ResourcePermission> revokePermissions)
A list of resource permissions to be revoked from the theme.
revokePermissions - A list of resource permissions to be revoked from the theme.UpdateThemePermissionsRequest.Builder revokePermissions(ResourcePermission... revokePermissions)
A list of resource permissions to be revoked from the theme.
revokePermissions - A list of resource permissions to be revoked from the theme.UpdateThemePermissionsRequest.Builder revokePermissions(Consumer<ResourcePermission.Builder>... revokePermissions)
A list of resource permissions to be revoked from the theme.
This is a convenience method that creates an instance of theResourcePermission.Builder avoiding the need to
create one manually via ResourcePermission.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #revokePermissions(List.
revokePermissions - a consumer that will call methods on
ResourcePermission.Builder#revokePermissions(java.util.Collection) UpdateThemePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateThemePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.