Interface Gateway.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Gateway.Builder,Gateway>, SdkBuilder<Gateway.Builder,Gateway>, SdkPojo
Enclosing class:
Gateway

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

    • arn

      The ARN of the gateway.

      Parameters:
      arn - The ARN of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Gateway.Builder name(String name)

      The name of the gateway.

      Parameters:
      name - The name of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Gateway.Builder description(String description)

      The description of the gateway.

      Parameters:
      description - The description of the gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gatewayGroupArn

      Gateway.Builder gatewayGroupArn(String gatewayGroupArn)

      The ARN of the gateway group that the gateway is associated to.

      Parameters:
      gatewayGroupArn - The ARN of the gateway group that the gateway is associated to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • softwareVersion

      Gateway.Builder softwareVersion(String softwareVersion)

      The software version of the gateway. The gateway automatically updates its software version during normal operation.

      Parameters:
      softwareVersion - The software version of the gateway. The gateway automatically updates its software version during normal operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.