Interface GetAuthenticationUrlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectParticipantResponse.Builder
,CopyableBuilder<GetAuthenticationUrlResponse.Builder,
,GetAuthenticationUrlResponse> SdkBuilder<GetAuthenticationUrlResponse.Builder,
,GetAuthenticationUrlResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAuthenticationUrlResponse
@Mutable
@NotThreadSafe
public static interface GetAuthenticationUrlResponse.Builder
extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<GetAuthenticationUrlResponse.Builder,GetAuthenticationUrlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationUrl
(String authenticationUrl) The URL where the customer will sign in to the identity provider.Methods inherited from interface software.amazon.awssdk.services.connectparticipant.model.ConnectParticipantResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
authenticationUrl
The URL where the customer will sign in to the identity provider. This URL contains the authorize endpoint for the Cognito UserPool used in the authentication.
- Parameters:
authenticationUrl
- The URL where the customer will sign in to the identity provider. This URL contains the authorize endpoint for the Cognito UserPool used in the authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-