Interface AddReplicaLocationInput.Builder

  • Method Details

    • location

      The Amazon Web Services Region where the canary replica should be created, for example us-east-1 .

      Parameters:
      location - The Amazon Web Services Region where the canary replica should be created, for example us-east-1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConfig

      The VPC configuration to use for the canary replica in this location. If not specified, the replica runs without VPC connectivity.

      Parameters:
      vpcConfig - The VPC configuration to use for the canary replica in this location. If not specified, the replica runs without VPC connectivity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConfig

      The VPC configuration to use for the canary replica in this location. If not specified, the replica runs without VPC connectivity.

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

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

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