public static interface ExchangeCodeForTokenRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ExchangeCodeForTokenRequest.Builder,ExchangeCodeForTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
ExchangeCodeForTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExchangeCodeForTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExchangeCodeForTokenRequest.Builder |
provider(String provider)
The third-party provider for the token.
|
ExchangeCodeForTokenRequest.Builder |
provider(TokenProviders provider)
The third-party provider for the token.
|
default ExchangeCodeForTokenRequest.Builder |
request(Consumer<ExchangeCodeForTokenRequestBody.Builder> request)
Describes the configuration of the request.
|
ExchangeCodeForTokenRequest.Builder |
request(ExchangeCodeForTokenRequestBody request)
Describes the configuration of the request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExchangeCodeForTokenRequest.Builder provider(String provider)
The third-party provider for the token. The only valid value is figma.
provider - The third-party provider for the token. The only valid value is figma.TokenProviders,
TokenProvidersExchangeCodeForTokenRequest.Builder provider(TokenProviders provider)
The third-party provider for the token. The only valid value is figma.
provider - The third-party provider for the token. The only valid value is figma.TokenProviders,
TokenProvidersExchangeCodeForTokenRequest.Builder request(ExchangeCodeForTokenRequestBody request)
Describes the configuration of the request.
request - Describes the configuration of the request.default ExchangeCodeForTokenRequest.Builder request(Consumer<ExchangeCodeForTokenRequestBody.Builder> request)
Describes the configuration of the request.
This is a convenience method that creates an instance of theExchangeCodeForTokenRequestBody.Builder
avoiding the need to create one manually via ExchangeCodeForTokenRequestBody.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to request(ExchangeCodeForTokenRequestBody).
request - a consumer that will call methods on ExchangeCodeForTokenRequestBody.Builderrequest(ExchangeCodeForTokenRequestBody)ExchangeCodeForTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExchangeCodeForTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.