Interface ListedGatewayInstance.Builder

    • Method Detail

      • gatewayArn

        ListedGatewayInstance.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.
      • gatewayInstanceArn

        ListedGatewayInstance.Builder gatewayInstanceArn​(String gatewayInstanceArn)
        The Amazon Resource Name (ARN) of the instance.
        Parameters:
        gatewayInstanceArn - The Amazon Resource Name (ARN) of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        ListedGatewayInstance.Builder instanceId​(String instanceId)
        The managed instance ID generated by the SSM install. This will begin with "mi-".
        Parameters:
        instanceId - The managed instance ID generated by the SSM install. This will begin with "mi-".
        Returns:
        Returns a reference to this object so that method calls can be chained together.