Interface CreatePolicyStoreAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePolicyStoreAliasRequest.Builder,,CreatePolicyStoreAliasRequest> SdkBuilder<CreatePolicyStoreAliasRequest.Builder,,CreatePolicyStoreAliasRequest> SdkPojo,SdkRequest.Builder,VerifiedPermissionsRequest.Builder
- Enclosing class:
CreatePolicyStoreAliasRequest
@Mutable
@NotThreadSafe
public static interface CreatePolicyStoreAliasRequest.Builder
extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<CreatePolicyStoreAliasRequest.Builder,CreatePolicyStoreAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the name of the policy store alias to create.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.policyStoreId(String policyStoreId) Specifies the ID of the policy store to associate with the alias.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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsRequest.Builder
build
-
Method Details
-
aliasName
Specifies the name of the policy store alias to create. The name must be unique within your Amazon Web Services account and Amazon Web Services Region.
The alias name must always be prefixed with
policy-store-alias/.- Parameters:
aliasName- Specifies the name of the policy store alias to create. The name must be unique within your Amazon Web Services account and Amazon Web Services Region.The alias name must always be prefixed with
policy-store-alias/.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyStoreId
Specifies the ID of the policy store to associate with the alias.
The associated policy store must be specified using its ID. The alias name cannot be used.
- Parameters:
policyStoreId- Specifies the ID of the policy store to associate with the alias.The associated policy store must be specified using its ID. The alias name cannot be used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePolicyStoreAliasRequest.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
CreatePolicyStoreAliasRequest.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.
-