Interface Gateway.Builder

    • Method Detail

      • arn

        Gateway.Builder arn​(String 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.