Interface OAuth2ClientApplication.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OAuth2ClientApplication.Builder,OAuth2ClientApplication>,SdkBuilder<OAuth2ClientApplication.Builder,OAuth2ClientApplication>,SdkPojo
- Enclosing class:
- OAuth2ClientApplication
public static interface OAuth2ClientApplication.Builder extends SdkPojo, CopyableBuilder<OAuth2ClientApplication.Builder,OAuth2ClientApplication>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OAuth2ClientApplication.BuilderawsManagedClientApplicationReference(String awsManagedClientApplicationReference)The Amazon Web Services managed client application reference in the OAuth2Client application.OAuth2ClientApplication.BuilderuserManagedClientApplicationClientId(String userManagedClientApplicationClientId)The user managed client application client ID in the OAuth2Client application.-
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
-
-
-
-
Method Detail
-
awsManagedClientApplicationReference
OAuth2ClientApplication.Builder awsManagedClientApplicationReference(String awsManagedClientApplicationReference)
The Amazon Web Services managed client application reference in the OAuth2Client application.
- Parameters:
awsManagedClientApplicationReference- The Amazon Web Services managed client application reference in the OAuth2Client application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userManagedClientApplicationClientId
OAuth2ClientApplication.Builder userManagedClientApplicationClientId(String userManagedClientApplicationClientId)
The user managed client application client ID in the OAuth2Client application.
- Parameters:
userManagedClientApplicationClientId- The user managed client application client ID in the OAuth2Client application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-