Interface GatewaySummary.Builder

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

public static interface GatewaySummary.Builder extends SdkPojo, CopyableBuilder<GatewaySummary.Builder,GatewaySummary>
  • 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

      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

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

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

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