Interface UpdateAppAuthorizationRequest.Builder
- All Superinterfaces:
AppFabricRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAppAuthorizationRequest.Builder,,UpdateAppAuthorizationRequest> SdkBuilder<UpdateAppAuthorizationRequest.Builder,,UpdateAppAuthorizationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateAppAuthorizationRequest
-
Method Summary
Modifier and TypeMethodDescriptionappAuthorizationIdentifier(String appAuthorizationIdentifier) The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.appBundleIdentifier(String appBundleIdentifier) The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.credential(Consumer<Credential.Builder> credential) Contains credentials for the application, such as an API key or OAuth2 client ID and secret.credential(Credential credential) Contains credentials for the application, such as an API key or OAuth2 client ID and secret.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tenant(Consumer<Tenant.Builder> tenant) Contains information about an application tenant, such as the application display name and identifier.Contains information about an application tenant, such as the application display name and identifier.Methods inherited from interface software.amazon.awssdk.services.appfabric.model.AppFabricRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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 (
This is a convenience method that creates an instance of theoauth2), then you should provide only the OAuth2 credentials.Credential.Builderavoiding the need to create one manually viaCredential.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredential(Credential).- Parameters:
credential- a consumer that will call methods onCredential.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 theTenant.Builderavoiding the need to create one manually viaTenant.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totenant(Tenant).- Parameters:
tenant- a consumer that will call methods onTenant.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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAppAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-