Interface StartDeploymentRequest.Builder

    • Method Detail

      • 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

        StartDeploymentRequest.Builder tags​(Map<String,​String> 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.