Uses of Interface
software.amazon.awssdk.services.pinpoint.model.CreateApplicationRequest.Builder
-
Packages that use CreateApplicationRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CreateApplicationRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CreateApplicationRequest.Builder Modifier and Type Method Description static CreateApplicationRequest.BuilderCreateApplicationRequest. builder()CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. name(String name)The display name of the application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Map<String,String> tags)A string-to-string map of key-value pairs that defines the tags to associate with the application.CreateApplicationRequest.BuilderCreateApplicationRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type CreateApplicationRequest.Builder Modifier and Type Method Description static Class<? extends CreateApplicationRequest.Builder>CreateApplicationRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type CreateApplicationRequest.Builder Modifier and Type Method Description default CreateAppRequest.BuilderCreateAppRequest.Builder. createApplicationRequest(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Sets the value of the CreateApplicationRequest property for this object.
-