public static interface CreateApplicationRequest.Builder extends SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
name(String name)
The display name of the application.
|
CreateApplicationRequest.Builder |
tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate with the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateApplicationRequest.Builder name(String name)
The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.
name - The display name of the application. This name is displayed as the Project name on the Amazon
Pinpoint console.CreateApplicationRequest.Builder tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.
tags - A string-to-string map of key-value pairs that defines the tags to associate with the application.
Each tag consists of a required tag key and an associated tag value.Copyright © 2021. All rights reserved.