Interface CreateApplicationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateApplicationResponse.Builder,,- CreateApplicationResponse> - M2Response.Builder,- SdkBuilder<CreateApplicationResponse.Builder,,- CreateApplicationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateApplicationResponse.Builder
extends M2Response.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationArn(String applicationArn) The Amazon Resource Name (ARN) of the application.applicationId(String applicationId) The unique application identifier.applicationVersion(Integer applicationVersion) The version number of the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builderbuild, responseMetadata, responseMetadataMethods 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- 
applicationArnThe Amazon Resource Name (ARN) of the application. - Parameters:
- applicationArn- The Amazon Resource Name (ARN) of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationIdThe unique application identifier. - Parameters:
- applicationId- The unique application identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationVersionThe version number of the application. - Parameters:
- applicationVersion- The version number of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-