public static interface UpdateApplicationRequest.Builder extends AppIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Application.
arn - The Amazon Resource Name (ARN) of the Application.UpdateApplicationRequest.Builder name(String name)
The name of the application.
name - The name of the application.UpdateApplicationRequest.Builder description(String description)
The description of the application.
description - The description of the application.UpdateApplicationRequest.Builder applicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)
The configuration for where the application should be loaded from.
applicationSourceConfig - The configuration for where the application should be loaded from.default UpdateApplicationRequest.Builder applicationSourceConfig(Consumer<ApplicationSourceConfig.Builder> applicationSourceConfig)
The configuration for where the application should be loaded from.
This is a convenience method that creates an instance of theApplicationSourceConfig.Builder avoiding
the need to create one manually via ApplicationSourceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to applicationSourceConfig(ApplicationSourceConfig).
applicationSourceConfig - a consumer that will call methods on ApplicationSourceConfig.BuilderapplicationSourceConfig(ApplicationSourceConfig)UpdateApplicationRequest.Builder subscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
subscriptions - The events that the application subscribes.UpdateApplicationRequest.Builder subscriptions(Subscription... subscriptions)
The events that the application subscribes.
subscriptions - The events that the application subscribes.UpdateApplicationRequest.Builder subscriptions(Consumer<Subscription.Builder>... subscriptions)
The events that the application subscribes.
This is a convenience method that creates an instance of theSubscription.Builder avoiding the need to
create one manually via Subscription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subscriptions(List.
subscriptions - a consumer that will call methods on
Subscription.Builder#subscriptions(java.util.Collection) UpdateApplicationRequest.Builder publications(Collection<Publication> publications)
The events that the application publishes.
publications - The events that the application publishes.UpdateApplicationRequest.Builder publications(Publication... publications)
The events that the application publishes.
publications - The events that the application publishes.UpdateApplicationRequest.Builder publications(Consumer<Publication.Builder>... publications)
The events that the application publishes.
This is a convenience method that creates an instance of thePublication.Builder avoiding the need to create
one manually via Publication.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #publications(List.
publications - a consumer that will call methods on
Publication.Builder#publications(java.util.Collection) UpdateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.