Interface StartDeviceAuthorizationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<StartDeviceAuthorizationRequest.Builder,,StartDeviceAuthorizationRequest> SdkBuilder<StartDeviceAuthorizationRequest.Builder,,StartDeviceAuthorizationRequest> SdkPojo,SdkRequest.Builder,SsoOidcRequest.Builder
- Enclosing class:
 StartDeviceAuthorizationRequest
@Mutable
@NotThreadSafe
public static interface StartDeviceAuthorizationRequest.Builder
extends SsoOidcRequest.Builder, SdkPojo, CopyableBuilder<StartDeviceAuthorizationRequest.Builder,StartDeviceAuthorizationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier string for the client that is registered with IAM Identity Center.clientSecret(String clientSecret) A secret string that is generated for the client.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The URL for the Amazon Web Services access portal.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssooidc.model.SsoOidcRequest.Builder
build 
- 
Method Details
- 
clientId
The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.
- Parameters:
 clientId- The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientSecret
A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.
- Parameters:
 clientSecret- A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
startUrl
The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.
- Parameters:
 startUrl- The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
StartDeviceAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
StartDeviceAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -