Interface CreatePolicyStoreAliasRequest.Builder

  • 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

      CreatePolicyStoreAliasRequest.Builder policyStoreId(String 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.