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 Details

    • 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 is USER_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.