Interface UpdateAppAuthorizationRequest.Builder

    • Method Detail

      • appBundleIdentifier

        UpdateAppAuthorizationRequest.Builder appBundleIdentifier​(String appBundleIdentifier)

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

        Parameters:
        appBundleIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appAuthorizationIdentifier

        UpdateAppAuthorizationRequest.Builder appAuthorizationIdentifier​(String appAuthorizationIdentifier)

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.

        Parameters:
        appAuthorizationIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credential

        UpdateAppAuthorizationRequest.Builder credential​(Credential credential)

        Contains credentials for the application, such as an API key or OAuth2 client ID and secret.

        Specify credentials that match the authorization type of the app authorization to update. For example, if the authorization type of the app authorization is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.

        Parameters:
        credential - Contains credentials for the application, such as an API key or OAuth2 client ID and secret.

        Specify credentials that match the authorization type of the app authorization to update. For example, if the authorization type of the app authorization is OAuth2 (oauth2), then you should provide only the OAuth2 credentials.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenant

        UpdateAppAuthorizationRequest.Builder tenant​(Tenant tenant)

        Contains information about an application tenant, such as the application display name and identifier.

        Parameters:
        tenant - Contains information about an application tenant, such as the application display name and identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.