Interface ConnectionCredentials.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConnectionCredentials.Builder,,ConnectionCredentials> SdkBuilder<ConnectionCredentials.Builder,,ConnectionCredentials> SdkPojo
- Enclosing class:
 ConnectionCredentials
@Mutable
@NotThreadSafe
public static interface ConnectionCredentials.Builder
extends SdkPojo, CopyableBuilder<ConnectionCredentials.Builder,ConnectionCredentials> 
- 
Method Summary
Modifier and TypeMethodDescriptionconnectionToken(String connectionToken) The connection token.The expiration of the token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
connectionToken
The connection token.
- Parameters:
 connectionToken- The connection token.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
expiry
The expiration of the token.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
- Parameters:
 expiry- The expiration of the token.It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -