public static interface UpdateApplicationRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationRequest.Builder name(String name)
The name of the application. This name is visible to users when display name is not specified.
name - The name of the application. This name is visible to users when display name is not specified.UpdateApplicationRequest.Builder displayName(String displayName)
The display name of the application. This name is visible to users in the application catalog.
displayName - The display name of the application. This name is visible to users in the application catalog.UpdateApplicationRequest.Builder description(String description)
The description of the application.
description - The description of the application.UpdateApplicationRequest.Builder iconS3Location(S3Location iconS3Location)
The icon S3 location of the application.
iconS3Location - The icon S3 location of the application.default UpdateApplicationRequest.Builder iconS3Location(Consumer<S3Location.Builder> iconS3Location)
The icon S3 location of the application.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to iconS3Location(S3Location).
iconS3Location - a consumer that will call methods on S3Location.BuildericonS3Location(S3Location)UpdateApplicationRequest.Builder launchPath(String launchPath)
The launch path of the application.
launchPath - The launch path of the application.UpdateApplicationRequest.Builder workingDirectory(String workingDirectory)
The working directory of the application.
workingDirectory - The working directory of the application.UpdateApplicationRequest.Builder launchParameters(String launchParameters)
The launch parameters of the application.
launchParameters - The launch parameters of the application.UpdateApplicationRequest.Builder appBlockArn(String appBlockArn)
The ARN of the app block.
appBlockArn - The ARN of the app block.UpdateApplicationRequest.Builder attributesToDeleteWithStrings(Collection<String> attributesToDelete)
The attributes to delete for an application.
attributesToDelete - The attributes to delete for an application.UpdateApplicationRequest.Builder attributesToDeleteWithStrings(String... attributesToDelete)
The attributes to delete for an application.
attributesToDelete - The attributes to delete for an application.UpdateApplicationRequest.Builder attributesToDelete(Collection<ApplicationAttribute> attributesToDelete)
The attributes to delete for an application.
attributesToDelete - The attributes to delete for an application.UpdateApplicationRequest.Builder attributesToDelete(ApplicationAttribute... attributesToDelete)
The attributes to delete for an application.
attributesToDelete - The attributes to delete for an application.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.