Interface RotateTunnelAccessTokenResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RotateTunnelAccessTokenResponse.Builder,RotateTunnelAccessTokenResponse>,IoTSecureTunnelingResponse.Builder,SdkBuilder<RotateTunnelAccessTokenResponse.Builder,RotateTunnelAccessTokenResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RotateTunnelAccessTokenResponse
public static interface RotateTunnelAccessTokenResponse.Builder extends IoTSecureTunnelingResponse.Builder, SdkPojo, CopyableBuilder<RotateTunnelAccessTokenResponse.Builder,RotateTunnelAccessTokenResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RotateTunnelAccessTokenResponse.BuilderdestinationAccessToken(String destinationAccessToken)The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.RotateTunnelAccessTokenResponse.BuildersourceAccessToken(String sourceAccessToken)The client access token that the source local proxy uses to connect to IoT Secure Tunneling.RotateTunnelAccessTokenResponse.BuildertunnelArn(String tunnelArn)The Amazon Resource Name for the tunnel.-
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
-
tunnelArn
RotateTunnelAccessTokenResponse.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
RotateTunnelAccessTokenResponse.Builder sourceAccessToken(String sourceAccessToken)
The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
- Parameters:
sourceAccessToken- The client access token that 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
RotateTunnelAccessTokenResponse.Builder destinationAccessToken(String destinationAccessToken)
The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
- Parameters:
destinationAccessToken- The client access token that 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.
-
-