Interface OpenTunnelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<OpenTunnelResponse.Builder,OpenTunnelResponse>,IoTSecureTunnelingResponse.Builder,SdkBuilder<OpenTunnelResponse.Builder,OpenTunnelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- OpenTunnelResponse
public static interface OpenTunnelResponse.Builder extends IoTSecureTunnelingResponse.Builder, SdkPojo, CopyableBuilder<OpenTunnelResponse.Builder,OpenTunnelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenTunnelResponse.BuilderdestinationAccessToken(String destinationAccessToken)The access token the destination local proxy uses to connect to IoT Secure Tunneling.OpenTunnelResponse.BuildersourceAccessToken(String sourceAccessToken)The access token the source local proxy uses to connect to IoT Secure Tunneling.OpenTunnelResponse.BuildertunnelArn(String tunnelArn)The Amazon Resource Name for the tunnel.OpenTunnelResponse.BuildertunnelId(String tunnelId)A unique alpha-numeric tunnel ID.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsecuretunneling.model.IoTSecureTunnelingResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tunnelId
OpenTunnelResponse.Builder tunnelId(String tunnelId)
A unique alpha-numeric tunnel ID.
- Parameters:
tunnelId- A unique alpha-numeric tunnel ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tunnelArn
OpenTunnelResponse.Builder tunnelArn(String tunnelArn)
The Amazon Resource Name for the tunnel.
- Parameters:
tunnelArn- The Amazon Resource Name for the tunnel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceAccessToken
OpenTunnelResponse.Builder sourceAccessToken(String sourceAccessToken)
The access token the source local proxy uses to connect to IoT Secure Tunneling.
- Parameters:
sourceAccessToken- The access token the source local proxy uses to connect to IoT Secure Tunneling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationAccessToken
OpenTunnelResponse.Builder destinationAccessToken(String destinationAccessToken)
The access token the destination local proxy uses to connect to IoT Secure Tunneling.
- Parameters:
destinationAccessToken- The access token the destination local proxy uses to connect to IoT Secure Tunneling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-