Interface UpdateApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>,SdkBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- UpdateApplicationRequest
public static interface UpdateApplicationRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UpdateApplicationRequest.Builderapplication(String application)The name, ID, or ARN of the application that will be updated.UpdateApplicationRequest.Builderdescription(String description)The new description of the application.UpdateApplicationRequest.Buildername(String name)Deprecated.Name update for application is deprecated.UpdateApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
-
-
-
Method Detail
-
application
UpdateApplicationRequest.Builder application(String application)
The name, ID, or ARN of the application that will be updated.
- Parameters:
application- The name, ID, or ARN of the application that will be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
@Deprecated UpdateApplicationRequest.Builder name(String name)
Deprecated.Name update for application is deprecated.Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
- Parameters:
name- Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateApplicationRequest.Builder description(String description)
The new description of the application.
- Parameters:
description- The new description of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-