Interface DeploymentStrategyOptions.Builder

  • Method Details

    • deploymentStrategy

      DeploymentStrategyOptions.Builder deploymentStrategy(String deploymentStrategy)

      Specifies the deployment strategy for the domain. Valid values are Default and CapacityOptimized.

      Parameters:
      deploymentStrategy - Specifies the deployment strategy for the domain. Valid values are Default and CapacityOptimized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deploymentStrategy

      DeploymentStrategyOptions.Builder deploymentStrategy(DeploymentStrategy deploymentStrategy)

      Specifies the deployment strategy for the domain. Valid values are Default and CapacityOptimized.

      Parameters:
      deploymentStrategy - Specifies the deployment strategy for the domain. Valid values are Default and CapacityOptimized.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: