Interface ClientInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClientInfo.Builder,,ClientInfo> SdkBuilder<ClientInfo.Builder,,ClientInfo> SdkPojo
- Enclosing class:
ClientInfo
@Mutable
@NotThreadSafe
public static interface ClientInfo.Builder
extends SdkPojo, CopyableBuilder<ClientInfo.Builder,ClientInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncompatibilityVersion(Integer compatibilityVersion) The compatibility version of the client, used to ensure API compatibility.sdkVersion(String sdkVersion) The version of the SDK being used by the client.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
-
compatibilityVersion
The compatibility version of the client, used to ensure API compatibility.
- Parameters:
compatibilityVersion- The compatibility version of the client, used to ensure API compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdkVersion
The version of the SDK being used by the client.
- Parameters:
sdkVersion- The version of the SDK being used by the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-