public static interface UpdateAppAuthorizationRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppAuthorizationRequest.Builder,UpdateAppAuthorizationRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
default 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 |
credential(Credential credential)
Contains credentials for the application, such as an API key or OAuth2 client ID and secret.
|
UpdateAppAuthorizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAppAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateAppAuthorizationRequest.Builder |
tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
UpdateAppAuthorizationRequest.Builder |
tenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppAuthorizationRequest.Builder appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.UpdateAppAuthorizationRequest.Builder appAuthorizationIdentifier(String appAuthorizationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
appAuthorizationIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use
for the request.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.
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.
default UpdateAppAuthorizationRequest.Builder credential(Consumer<Credential.Builder> 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.
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).
credential - a consumer that will call methods on Credential.Buildercredential(Credential)UpdateAppAuthorizationRequest.Builder tenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
tenant - Contains information about an application tenant, such as the application display name and identifier.default UpdateAppAuthorizationRequest.Builder tenant(Consumer<Tenant.Builder> 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 theTenant.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).
tenant - a consumer that will call methods on Tenant.Buildertenant(Tenant)UpdateAppAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.