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 reference to the SaaS-side client app that is Amazon Web Services managed.OAuth2ClientApplication.BuilderuserManagedClientApplicationClientId(String userManagedClientApplicationClientId)The client application clientID if the ClientAppType isUSER_MANAGED.-
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, sdkFields
-
-
-
-
Method Detail
-
userManagedClientApplicationClientId
OAuth2ClientApplication.Builder userManagedClientApplicationClientId(String userManagedClientApplicationClientId)
The client application clientID if the ClientAppType is
USER_MANAGED.- Parameters:
userManagedClientApplicationClientId- The client application clientID if the ClientAppType isUSER_MANAGED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsManagedClientApplicationReference
OAuth2ClientApplication.Builder awsManagedClientApplicationReference(String awsManagedClientApplicationReference)
The reference to the SaaS-side client app that is Amazon Web Services managed.
- Parameters:
awsManagedClientApplicationReference- The reference to the SaaS-side client app that is Amazon Web Services managed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-