Interface GetApplicationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeDeployResponse.Builder,- CopyableBuilder<GetApplicationResponse.Builder,,- GetApplicationResponse> - SdkBuilder<GetApplicationResponse.Builder,,- GetApplicationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetApplicationResponse
@Mutable
@NotThreadSafe
public static interface GetApplicationResponse.Builder
extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GetApplicationResponse.Builderapplication(Consumer<ApplicationInfo.Builder> application) Information about the application.application(ApplicationInfo application) Information about the application.Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.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- 
applicationInformation about the application. - Parameters:
- application- Information about the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationInformation about the application. This is a convenience method that creates an instance of theApplicationInfo.Builderavoiding the need to create one manually viaApplicationInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplication(ApplicationInfo).- Parameters:
- application- a consumer that will call methods on- ApplicationInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-