public static interface GetFederationTokenResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetFederationTokenResponse.Builder,GetFederationTokenResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFederationTokenResponse.Builder |
credentials(Consumer<Credentials.Builder> credentials)
The credentials to use for federation.
|
GetFederationTokenResponse.Builder |
credentials(Credentials credentials)
The credentials to use for federation.
|
GetFederationTokenResponse.Builder |
signInUrl(String signInUrl)
The URL to sign into the user's instance.
|
GetFederationTokenResponse.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
GetFederationTokenResponse.Builder |
userId(String userId)
The identifier for the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFederationTokenResponse.Builder credentials(Credentials credentials)
The credentials to use for federation.
credentials - The credentials to use for federation.default GetFederationTokenResponse.Builder credentials(Consumer<Credentials.Builder> credentials)
The credentials to use for federation.
This is a convenience method that creates an instance of theCredentials.Builder avoiding the need to
create one manually via Credentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to credentials(Credentials).
credentials - a consumer that will call methods on Credentials.Buildercredentials(Credentials)GetFederationTokenResponse.Builder signInUrl(String signInUrl)
The URL to sign into the user's instance.
signInUrl - The URL to sign into the user's instance.GetFederationTokenResponse.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the user.
userArn - The Amazon Resource Name (ARN) of the user.GetFederationTokenResponse.Builder userId(String userId)
The identifier for the user.
userId - The identifier for the user.Copyright © 2023. All rights reserved.