public static interface GetApplicationRevisionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetApplicationRevisionRequest.Builder,GetApplicationRevisionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationRevisionRequest.Builder |
applicationName(String applicationName)
The name of the application that corresponds to the revision.
|
GetApplicationRevisionRequest.Builder |
revision(RevisionLocation revision)
Information about the application revision to get, including type and location.
|
copyapply, buildGetApplicationRevisionRequest.Builder applicationName(String applicationName)
The name of the application that corresponds to the revision.
applicationName - The name of the application that corresponds to the revision.GetApplicationRevisionRequest.Builder revision(RevisionLocation revision)
Information about the application revision to get, including type and location.
revision - Information about the application revision to get, including type and location.Copyright © 2017. All rights reserved.