Interface CreateCustomPermissionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCustomPermissionsRequest.Builder,CreateCustomPermissionsRequest>,QuickSightRequest.Builder,SdkBuilder<CreateCustomPermissionsRequest.Builder,CreateCustomPermissionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCustomPermissionsRequest
@Mutable @NotThreadSafe public static interface CreateCustomPermissionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomPermissionsRequest.Builder,CreateCustomPermissionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateCustomPermissionsRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that you want to create the custom permissions profile in.default CreateCustomPermissionsRequest.Buildercapabilities(Consumer<Capabilities.Builder> capabilities)A set of actions to include in the custom permissions profile.CreateCustomPermissionsRequest.Buildercapabilities(Capabilities capabilities)A set of actions to include in the custom permissions profile.CreateCustomPermissionsRequest.BuildercustomPermissionsName(String customPermissionsName)The name of the custom permissions profile that you want to create.CreateCustomPermissionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCustomPermissionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCustomPermissionsRequest.Buildertags(Collection<Tag> tags)The tags to associate with the custom permissions profile.CreateCustomPermissionsRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags to associate with the custom permissions profile.CreateCustomPermissionsRequest.Buildertags(Tag... tags)The tags to associate with the custom permissions profile.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
CreateCustomPermissionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to create the custom permissions profile in.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that you want to create the custom permissions profile in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customPermissionsName
CreateCustomPermissionsRequest.Builder customPermissionsName(String customPermissionsName)
The name of the custom permissions profile that you want to create.
- Parameters:
customPermissionsName- The name of the custom permissions profile that you want to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
CreateCustomPermissionsRequest.Builder capabilities(Capabilities 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 CreateCustomPermissionsRequest.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:
capabilities(Capabilities)
-
tags
CreateCustomPermissionsRequest.Builder tags(Collection<Tag> tags)
The tags to associate with the custom permissions profile.
- Parameters:
tags- The tags to associate with the custom permissions profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateCustomPermissionsRequest.Builder tags(Tag... tags)
The tags to associate with the custom permissions profile.
- Parameters:
tags- The tags to associate with the custom permissions profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateCustomPermissionsRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to associate with the custom permissions profile.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateCustomPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCustomPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-