public static interface CreateApplicationResponse.Builder extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
| Modifier and Type | Method and 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationResponse.Builder applicationId(String applicationId)
The output contains the application ID.
applicationId - The output contains the application ID.CreateApplicationResponse.Builder name(String name)
The output contains the name of the application.
name - The output contains the name of the application.CreateApplicationResponse.Builder arn(String arn)
The output contains the ARN of the application.
arn - The output contains the ARN of the application.Copyright © 2023. All rights reserved.