Interface CreateAuthCodeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<CreateAuthCodeResponse.Builder,,CreateAuthCodeResponse> SdkBuilder<CreateAuthCodeResponse.Builder,,CreateAuthCodeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateAuthCodeResponse
@Mutable
@NotThreadSafe
public static interface CreateAuthCodeResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateAuthCodeResponse.Builder,CreateAuthCodeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe authorization code to use for establishing a session.The identifier of the entity associated with the authorization code.entityType(String entityType) The type of entity associated with the authorization code.entityType(AuthCodeEntityType entityType) The type of entity associated with the authorization code.The identifier of the session created with the authorization code.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
authCode
The authorization code to use for establishing a session.
- Parameters:
authCode- The authorization code to use for establishing a session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The identifier of the session created with the authorization code.
- Parameters:
sessionId- The identifier of the session created with the authorization code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityType
The type of entity associated with the authorization code.
- Parameters:
entityType- The type of entity associated with the authorization code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityType
The type of entity associated with the authorization code.
- Parameters:
entityType- The type of entity associated with the authorization code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entityId
The identifier of the entity associated with the authorization code.
- Parameters:
entityId- The identifier of the entity associated with the authorization code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-