Interface ImportAsProvisionedProductRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ImportAsProvisionedProductRequest.Builder,ImportAsProvisionedProductRequest>, SdkBuilder<ImportAsProvisionedProductRequest.Builder,ImportAsProvisionedProductRequest>, SdkPojo, SdkRequest.Builder, ServiceCatalogRequest.Builder
Enclosing class:
ImportAsProvisionedProductRequest

  • Method Details

    • acceptLanguage

      ImportAsProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)

      The language code.

      • jp - Japanese

      • zh - Chinese

      Parameters:
      acceptLanguage - The language code.

      • jp - Japanese

      • zh - Chinese

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productId

      The product identifier.

      Parameters:
      productId - The product identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisioningArtifactId

      ImportAsProvisionedProductRequest.Builder provisioningArtifactId(String provisioningArtifactId)

      The identifier of the provisioning artifact.

      Parameters:
      provisioningArtifactId - The identifier of the provisioning artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedProductName

      ImportAsProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)

      The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.

      Parameters:
      provisionedProductName - The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • physicalId

      The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.

      Parameters:
      physicalId - The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • idempotencyToken

      ImportAsProvisionedProductRequest.Builder idempotencyToken(String idempotencyToken)

      A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

      Parameters:
      idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ImportAsProvisionedProductRequest.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.