UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.appAuthorizationIdentifier(String appAuthorizationIdentifier) |
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the
request.
|
UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.appBundleIdentifier(String appBundleIdentifier) |
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
static UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.builder() |
|
default UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.credential(Consumer<Credential.Builder> credential) |
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.credential(Credential credential) |
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.tenant(Consumer<Tenant.Builder> tenant) |
Contains information about an application tenant, such as the application display name and identifier.
|
UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.tenant(Tenant tenant) |
Contains information about an application tenant, such as the application display name and identifier.
|
UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.toBuilder() |
|