public static interface UpdateThemePermissionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateThemePermissionsRequest.Builder,UpdateThemePermissionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThemePermissionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the AWS account that contains the theme.
awsAccountId - The ID of the AWS 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 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 #grantPermissions(List) .grantPermissions - a consumer that will call methods on List.Builder #grantPermissions(List) 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 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 #revokePermissions(List) .revokePermissions - a consumer that will call methods on List.Builder #revokePermissions(List) UpdateThemePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateThemePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.