public static interface CreateApplicationRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
applicationName(String applicationName)
The name of the application.
|
copyapply, buildCreateApplicationRequest.Builder applicationName(String applicationName)
The name of the application. This name must be unique with the applicable IAM user or AWS account.
applicationName - The name of the application. This name must be unique with the applicable IAM user or AWS account.Copyright © 2017. All rights reserved.