public static interface ApplicationResponse.Builder extends SdkPojo, CopyableBuilder<ApplicationResponse.Builder,ApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
ApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the application.
|
ApplicationResponse.Builder |
creationDate(String creationDate)
The date and time when the Application was created.
|
ApplicationResponse.Builder |
id(String id)
The unique identifier for the application.
|
ApplicationResponse.Builder |
name(String name)
The display name of the application.
|
ApplicationResponse.Builder |
tags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the application.
arn - The Amazon Resource Name (ARN) of the application.ApplicationResponse.Builder id(String id)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
id - The unique identifier for the application. This identifier is displayed as the Project ID on
the Amazon Pinpoint console.ApplicationResponse.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.ApplicationResponse.Builder tags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated 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 identifies the tags that are associated with the
application. Each tag consists of a required tag key and an associated tag value.ApplicationResponse.Builder creationDate(String creationDate)
The date and time when the Application was created.
creationDate - The date and time when the Application was created.Copyright © 2023. All rights reserved.