Interface CreateApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
,EmrServerlessResponse.Builder
,SdkBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateApplicationResponse
public static interface CreateApplicationResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateApplicationResponse.Builder
applicationId(String applicationId)
The output contains the application ID.CreateApplicationResponse.Builder
arn(String arn)
The output contains the ARN of the application.CreateApplicationResponse.Builder
name(String name)
The output contains the name of the application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationId
CreateApplicationResponse.Builder applicationId(String applicationId)
The 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.
-
name
CreateApplicationResponse.Builder name(String name)
The 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.
-
arn
CreateApplicationResponse.Builder arn(String arn)
The 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.
-
-