Interface CreateApplicationRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,SdkBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>,SdkPojo
- Enclosing class:
- CreateApplicationRequest
public static interface CreateApplicationRequest.Builder extends SdkPojo, CopyableBuilder<CreateApplicationRequest.Builder,CreateApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateApplicationRequest.Buildername(String name)The display name of the application.CreateApplicationRequest.Buildertags(Map<String,String> tags)A string-to-string map of key-value pairs that defines the tags to associate 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
-
name
CreateApplicationRequest.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
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-