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 AWS SSO.
|
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 SSO user portal.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDeviceAuthorizationRequest.Builder clientId(String clientId)
The unique identifier string for the client that is registered with AWS SSO. 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 AWS SSO. 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 SSO user portal. For more information, see Using the User Portal in the AWS Single Sign-On User Guide.
startUrl - The URL for the AWS SSO user portal. For more information, see Using the User
Portal in the AWS Single Sign-On User Guide.StartDeviceAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDeviceAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.