Interface UpdateAppAuthorizationRequest.Builder

All Superinterfaces:
AppFabricRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<UpdateAppAuthorizationRequest.Builder,UpdateAppAuthorizationRequest>, SdkBuilder<UpdateAppAuthorizationRequest.Builder,UpdateAppAuthorizationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateAppAuthorizationRequest

public static interface UpdateAppAuthorizationRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppAuthorizationRequest.Builder,UpdateAppAuthorizationRequest>
  • Method Details

    • 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

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

      This is a convenience method that creates an instance of the Credential.Builder avoiding the need to create one manually via Credential.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to credential(Credential).

      Parameters:
      credential - a consumer that will call methods on Credential.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • tenant

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

      This is a convenience method that creates an instance of the Tenant.Builder avoiding the need to create one manually via Tenant.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tenant(Tenant).

      Parameters:
      tenant - a consumer that will call methods on Tenant.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateAppAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.