public static interface StartDeviceAuthorizationRequest.Builder extends SsoOidcRequest.Builder, SdkPojo, CopyableBuilder<StartDeviceAuthorizationRequest.Builder,StartDeviceAuthorizationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDeviceAuthorizationRequest.Builder |
clientId(String clientId)
The unique identifier string for the client that is registered with IAM Identity Center.
|
StartDeviceAuthorizationRequest.Builder |
clientSecret(String clientSecret)
A secret string that is generated for the client.
|
StartDeviceAuthorizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDeviceAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartDeviceAuthorizationRequest.Builder |
startUrl(String startUrl)
The URL for the AWS access portal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDeviceAuthorizationRequest.Builder clientId(String 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.
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.StartDeviceAuthorizationRequest.Builder clientSecret(String clientSecret)
A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.
clientSecret - A secret string that is generated for the client. This value should come from the persisted result of
the RegisterClient API operation.StartDeviceAuthorizationRequest.Builder startUrl(String startUrl)
The URL for the AWS access portal. For more information, see Using the AWS access portal in the IAM Identity Center User Guide.
startUrl - The URL for the AWS access portal. For more information, see Using the AWS
access portal in the IAM Identity Center User Guide.StartDeviceAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDeviceAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.