public static interface GetApplicationRevisionResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationRevisionResponse.Builder |
applicationName(String applicationName)
The name of the application that corresponds to the revision.
|
GetApplicationRevisionResponse.Builder |
revision(RevisionLocation revision)
Additional information about the revision, including type and location.
|
GetApplicationRevisionResponse.Builder |
revisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
|
copyapply, buildGetApplicationRevisionResponse.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.GetApplicationRevisionResponse.Builder revision(RevisionLocation revision)
Additional information about the revision, including type and location.
revision - Additional information about the revision, including type and location.GetApplicationRevisionResponse.Builder revisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
revisionInfo - General information about the revision.Copyright © 2017. All rights reserved.