Interface UpdateCustomPermissionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateCustomPermissionsRequest.Builder,,UpdateCustomPermissionsRequest> QuickSightRequest.Builder,SdkBuilder<UpdateCustomPermissionsRequest.Builder,,UpdateCustomPermissionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateCustomPermissionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.capabilities(Consumer<Capabilities.Builder> capabilities) A set of actions to include in the custom permissions profile.capabilities(Capabilities capabilities) A set of actions to include in the custom permissions profile.customPermissionsName(String customPermissionsName) The name of the custom permissions profile that you want to update.governance(Consumer<Governance.Builder> governance) The governance configuration for the custom permissions profile.governance(Governance governance) The governance configuration for the custom permissions profile.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customPermissionsName
The name of the custom permissions profile that you want to update.
- Parameters:
customPermissionsName- The name of the custom permissions profile that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
A set of actions to include in the custom permissions profile.
- Parameters:
capabilities- A set of actions to include in the custom permissions profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
default UpdateCustomPermissionsRequest.Builder capabilities(Consumer<Capabilities.Builder> capabilities) A set of actions to include in the custom permissions profile.
This is a convenience method that creates an instance of theCapabilities.Builderavoiding the need to create one manually viaCapabilities.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocapabilities(Capabilities).- Parameters:
capabilities- a consumer that will call methods onCapabilities.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
governance
The governance configuration for the custom permissions profile. The
UpdateCustomPermissionsoperation replaces all existingCapabilitiesandGovernancevalues. If you omit this parameter, Amazon Quick removes governance from the profile and the existing custom permission behavior applies.- Parameters:
governance- The governance configuration for the custom permissions profile. TheUpdateCustomPermissionsoperation replaces all existingCapabilitiesandGovernancevalues. If you omit this parameter, Amazon Quick removes governance from the profile and the existing custom permission behavior applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
governance
The governance configuration for the custom permissions profile. The
This is a convenience method that creates an instance of theUpdateCustomPermissionsoperation replaces all existingCapabilitiesandGovernancevalues. If you omit this parameter, Amazon Quick removes governance from the profile and the existing custom permission behavior applies.Governance.Builderavoiding the need to create one manually viaGovernance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togovernance(Governance).- Parameters:
governance- a consumer that will call methods onGovernance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateCustomPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateCustomPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-