| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationResponse.Builder |
ApplicationResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the application.
|
static ApplicationResponse.Builder |
ApplicationResponse.builder() |
ApplicationResponse.Builder |
ApplicationResponse.Builder.creationDate(String creationDate)
The date and time when the Application was created.
|
ApplicationResponse.Builder |
ApplicationResponse.Builder.id(String id)
The unique identifier for the application.
|
ApplicationResponse.Builder |
ApplicationResponse.Builder.name(String name)
The display name of the application.
|
ApplicationResponse.Builder |
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.
|
ApplicationResponse.Builder |
ApplicationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationResponse.Builder> |
ApplicationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAppResponse.Builder |
GetAppResponse.Builder.applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
default DeleteAppResponse.Builder |
DeleteAppResponse.Builder.applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
default CreateAppResponse.Builder |
CreateAppResponse.Builder.applicationResponse(Consumer<ApplicationResponse.Builder> applicationResponse)
Sets the value of the ApplicationResponse property for this object.
|
Copyright © 2022. All rights reserved.