Interface CreateApplicationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateApplicationResponse.Builder,,- CreateApplicationResponse> - EmrServerlessResponse.Builder,- SdkBuilder<CreateApplicationResponse.Builder,,- CreateApplicationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateApplicationResponse.Builder
extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The output contains the application ID.The output contains the ARN of the application.The output contains the name of the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.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- 
applicationIdThe output contains the application ID. - Parameters:
- applicationId- The output contains the application ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe output contains the name of the application. - Parameters:
- name- The output contains the name of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe output contains the ARN of the application. - Parameters:
- arn- The output contains the ARN of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-