Interface GetAuthenticationUrlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectParticipantResponse.Builder,CopyableBuilder<GetAuthenticationUrlResponse.Builder,GetAuthenticationUrlResponse>,SdkBuilder<GetAuthenticationUrlResponse.Builder,GetAuthenticationUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAuthenticationUrlResponse
public static interface GetAuthenticationUrlResponse.Builder extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<GetAuthenticationUrlResponse.Builder,GetAuthenticationUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAuthenticationUrlResponse.BuilderauthenticationUrl(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 Detail
-
authenticationUrl
GetAuthenticationUrlResponse.Builder authenticationUrl(String 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.
-
-