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
Modifier and TypeMethodDescriptiondestinationAccessToken
(String destinationAccessToken) The access token the destination local proxy uses to connect to IoT Secure Tunneling.sourceAccessToken
(String sourceAccessToken) The access token the source local proxy uses to connect to IoT Secure Tunneling.The Amazon Resource Name for the tunnel.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 Details
-
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
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
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
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.
-