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 Summary
Modifier 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.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 Details
-
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.
-