Interface ExchangeCodeForTokenRequest.Builder
- All Superinterfaces:
- AmplifyUiBuilderRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<ExchangeCodeForTokenRequest.Builder,,- ExchangeCodeForTokenRequest> - SdkBuilder<ExchangeCodeForTokenRequest.Builder,,- ExchangeCodeForTokenRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ExchangeCodeForTokenRequest
@Mutable
@NotThreadSafe
public static interface ExchangeCodeForTokenRequest.Builder
extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ExchangeCodeForTokenRequest.Builder,ExchangeCodeForTokenRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The third-party provider for the token.provider(TokenProviders provider) The third-party provider for the token.Describes the configuration of the request.request(ExchangeCodeForTokenRequestBody request) Describes the configuration of the request.Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
providerThe third-party provider for the token. The only valid value is figma.- Parameters:
- provider- The third-party provider for the token. The only valid value is- figma.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
providerThe third-party provider for the token. The only valid value is figma.- Parameters:
- provider- The third-party provider for the token. The only valid value is- figma.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
requestDescribes the configuration of the request. - Parameters:
- request- Describes the configuration of the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requestdefault ExchangeCodeForTokenRequest.Builder request(Consumer<ExchangeCodeForTokenRequestBody.Builder> request) Describes the configuration of the request. This is a convenience method that creates an instance of theExchangeCodeForTokenRequestBody.Builderavoiding the need to create one manually viaExchangeCodeForTokenRequestBody.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torequest(ExchangeCodeForTokenRequestBody).- Parameters:
- request- a consumer that will call methods on- ExchangeCodeForTokenRequestBody.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationExchangeCodeForTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationExchangeCodeForTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-