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
overrideConfiguration
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.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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-