public static interface UpdateAppRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppRequest.Builder,UpdateAppRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
appId(String appId)
ID of the application to update.
|
UpdateAppRequest.Builder |
description(String description)
New description of the application.
|
UpdateAppRequest.Builder |
name(String name)
New name of the application.
|
UpdateAppRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateAppRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateAppRequest.Builder |
roleName(String roleName)
Name of the service role in the customer's account used by AWS SMS.
|
UpdateAppRequest.Builder |
serverGroups(Collection<ServerGroup> serverGroups)
List of server groups in the application to update.
|
UpdateAppRequest.Builder |
serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
List of server groups in the application to update.
|
UpdateAppRequest.Builder |
serverGroups(ServerGroup... serverGroups)
List of server groups in the application to update.
|
UpdateAppRequest.Builder |
tags(Collection<Tag> tags)
List of tags to associate with the application.
|
UpdateAppRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
List of tags to associate with the application.
|
UpdateAppRequest.Builder |
tags(Tag... tags)
List of tags to associate with the application.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateAppRequest.Builder appId(String appId)
ID of the application to update.
appId - ID of the application to update.UpdateAppRequest.Builder name(String name)
New name of the application.
name - New name of the application.UpdateAppRequest.Builder description(String description)
New description of the application.
description - New description of the application.UpdateAppRequest.Builder roleName(String roleName)
Name of the service role in the customer's account used by AWS SMS.
roleName - Name of the service role in the customer's account used by AWS SMS.UpdateAppRequest.Builder serverGroups(Collection<ServerGroup> serverGroups)
List of server groups in the application to update.
serverGroups - List of server groups in the application to update.UpdateAppRequest.Builder serverGroups(ServerGroup... serverGroups)
List of server groups in the application to update.
serverGroups - List of server groups in the application to update.UpdateAppRequest.Builder serverGroups(Consumer<ServerGroup.Builder>... serverGroups)
List of server groups in the application to update.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #serverGroups(List) .serverGroups - a consumer that will call methods on List.Builder #serverGroups(List) UpdateAppRequest.Builder tags(Collection<Tag> tags)
List of tags to associate with the application.
tags - List of tags to associate with the application.UpdateAppRequest.Builder tags(Tag... tags)
List of tags to associate with the application.
tags - List of tags to associate with the application.UpdateAppRequest.Builder tags(Consumer<Tag.Builder>... tags)
List of tags to associate with the application.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) UpdateAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.