Interface ListedGateway.Builder

    • Method Detail

      • gatewayArn

        ListedGateway.Builder gatewayArn​(String gatewayArn)
        The Amazon Resource Name (ARN) of the gateway.
        Parameters:
        gatewayArn - The Amazon Resource Name (ARN) of the gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayState

        ListedGateway.Builder gatewayState​(String gatewayState)
        Sets the value of the GatewayState property for this object.
        Parameters:
        gatewayState - The new value for the GatewayState property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GatewayState, GatewayState
      • gatewayState

        ListedGateway.Builder gatewayState​(GatewayState gatewayState)
        Sets the value of the GatewayState property for this object.
        Parameters:
        gatewayState - The new value for the GatewayState property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GatewayState, GatewayState
      • name

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