Interface ApplicationResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationResponse.Builder,ApplicationResponse>,SdkBuilder<ApplicationResponse.Builder,ApplicationResponse>,SdkPojo
- Enclosing class:
- ApplicationResponse
public static interface ApplicationResponse.Builder extends SdkPojo, CopyableBuilder<ApplicationResponse.Builder,ApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the application.ApplicationResponse.BuildercreationDate(String creationDate)The date and time when the Application was created.ApplicationResponse.Builderid(String id)The unique identifier for the application.ApplicationResponse.Buildername(String name)The display name of the application.ApplicationResponse.Buildertags(Map<String,String> tags)A string-to-string map of key-value pairs that identifies the tags that are associated with the application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the application.
- Parameters:
arn- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ApplicationResponse.Builder id(String id)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Parameters:
id- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ApplicationResponse.Builder name(String name)
The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.
- Parameters:
name- The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
ApplicationResponse.Builder creationDate(String creationDate)
The date and time when the Application was created.
- Parameters:
creationDate- The date and time when the Application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-