Interface ConnectionOAuthClientResponseParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectionOAuthClientResponseParameters.Builder,ConnectionOAuthClientResponseParameters>,SdkBuilder<ConnectionOAuthClientResponseParameters.Builder,ConnectionOAuthClientResponseParameters>,SdkPojo
- Enclosing class:
- ConnectionOAuthClientResponseParameters
public static interface ConnectionOAuthClientResponseParameters.Builder extends SdkPojo, CopyableBuilder<ConnectionOAuthClientResponseParameters.Builder,ConnectionOAuthClientResponseParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectionOAuthClientResponseParameters.BuilderclientID(String clientID)The client ID associated with the response to the connection request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientID
ConnectionOAuthClientResponseParameters.Builder clientID(String clientID)
The client ID associated with the response to the connection request.
- Parameters:
clientID- The client ID associated with the response to the connection request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-