Interface PutDeploymentParameterRequest.Builder

  • Method Details

    • agreementId

      The unique identifier of the agreement.

      Parameters:
      agreementId - The unique identifier of the agreement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      The catalog related to the request. Fixed value: AWSMarketplace

      Parameters:
      catalog - The catalog related to the request. Fixed value: AWSMarketplace
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      The idempotency token for deployment parameters. A unique identifier for the new version.

      This field is not required if you're calling using an AWS SDK. Otherwise, a clientToken must be provided with the request.

      Parameters:
      clientToken - The idempotency token for deployment parameters. A unique identifier for the new version.

      This field is not required if you're calling using an AWS SDK. Otherwise, a clientToken must be provided with the request.

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

      PutDeploymentParameterRequest.Builder deploymentParameter(DeploymentParameterInput deploymentParameter)

      The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.

      Parameters:
      deploymentParameter - The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentParameter

      default PutDeploymentParameterRequest.Builder deploymentParameter(Consumer<DeploymentParameterInput.Builder> deploymentParameter)

      The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.

      This is a convenience method that creates an instance of the DeploymentParameterInput.Builder avoiding the need to create one manually via DeploymentParameterInput.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to deploymentParameter(DeploymentParameterInput).

      Parameters:
      deploymentParameter - a consumer that will call methods on DeploymentParameterInput.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • expirationDate

      PutDeploymentParameterRequest.Builder expirationDate(Instant expirationDate)

      The date when deployment parameters expire and are scheduled for deletion.

      Parameters:
      expirationDate - The date when deployment parameters expire and are scheduled for deletion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productId

      The product for which AWS Marketplace will save secrets for the buyer’s account.

      Parameters:
      productId - The product for which AWS Marketplace will save secrets for the buyer’s account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.

      Parameters:
      tags - A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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