public static interface UpdateApplicationRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
applicationName(String applicationName)
The current name of the application you want to change.
|
UpdateApplicationRequest.Builder |
newApplicationName(String newApplicationName)
The new name to give the application.
|
copyapply, buildUpdateApplicationRequest.Builder applicationName(String applicationName)
The current name of the application you want to change.
applicationName - The current name of the application you want to change.UpdateApplicationRequest.Builder newApplicationName(String newApplicationName)
The new name to give the application.
newApplicationName - The new name to give the application.Copyright © 2017. All rights reserved.