Interface OAuth2ClientApplication.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OAuth2ClientApplication.Builder,,- OAuth2ClientApplication> - SdkBuilder<OAuth2ClientApplication.Builder,,- OAuth2ClientApplication> - SdkPojo
- Enclosing class:
- OAuth2ClientApplication
@Mutable
@NotThreadSafe
public static interface OAuth2ClientApplication.Builder
extends SdkPojo, CopyableBuilder<OAuth2ClientApplication.Builder,OAuth2ClientApplication> 
- 
Method SummaryModifier and TypeMethodDescriptionawsManagedClientApplicationReference(String awsManagedClientApplicationReference) The Amazon Web Services managed client application reference in the OAuth2Client application.userManagedClientApplicationClientId(String userManagedClientApplicationClientId) The user managed client application client ID in the OAuth2Client application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsManagedClientApplicationReferenceOAuth2ClientApplication.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.
 
- 
userManagedClientApplicationClientIdOAuth2ClientApplication.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.
 
 
-