Interface UpdateApplicationResponse.Builder
- All Superinterfaces:
- AppConfigResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateApplicationResponse.Builder,,- UpdateApplicationResponse> - SdkBuilder<UpdateApplicationResponse.Builder,,- UpdateApplicationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateApplicationResponse
@Mutable
@NotThreadSafe
public static interface UpdateApplicationResponse.Builder
extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationResponse.Builder,UpdateApplicationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the application.The application ID.The application name.Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe application ID. - Parameters:
- id- The application ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe application name. - Parameters:
- name- The application name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the application. - Parameters:
- description- The description of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-