Interface StartDeploymentRequest.Builder

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

public static interface StartDeploymentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>
  • Method Details

    • applicationId

      StartDeploymentRequest.Builder applicationId(String applicationId)

      The application ID.

      Parameters:
      applicationId - The application ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentId

      StartDeploymentRequest.Builder environmentId(String environmentId)

      The environment ID.

      Parameters:
      environmentId - The environment ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentStrategyId

      StartDeploymentRequest.Builder deploymentStrategyId(String deploymentStrategyId)

      The deployment strategy ID.

      Parameters:
      deploymentStrategyId - The deployment strategy ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configurationProfileId

      StartDeploymentRequest.Builder configurationProfileId(String configurationProfileId)

      The configuration profile ID.

      Parameters:
      configurationProfileId - The configuration profile ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configurationVersion

      StartDeploymentRequest.Builder configurationVersion(String configurationVersion)

      The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.

      Parameters:
      configurationVersion - The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      StartDeploymentRequest.Builder description(String description)

      A description of the deployment.

      Parameters:
      description - A description of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

      Parameters:
      tags - Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyIdentifier

      StartDeploymentRequest.Builder kmsKeyIdentifier(String kmsKeyIdentifier)

      The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.

      Parameters:
      kmsKeyIdentifier - The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dynamicExtensionParameters

      StartDeploymentRequest.Builder dynamicExtensionParameters(Map<String,String> dynamicExtensionParameters)

      A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.

      Parameters:
      dynamicExtensionParameters - A map of dynamic extension parameter names to values to pass to associated extensions with PRE_START_DEPLOYMENT actions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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