GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.Builder.applicationName(String applicationName) |
The name of the application that corresponds to the revision.
|
static GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.builder() |
|
default GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.Builder.revision(Consumer<RevisionLocation.Builder> revision) |
Additional information about the revision, including type and location.
|
GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.Builder.revision(RevisionLocation revision) |
Additional information about the revision, including type and location.
|
default GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.Builder.revisionInfo(Consumer<GenericRevisionInfo.Builder> revisionInfo) |
General information about the revision.
|
GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.Builder.revisionInfo(GenericRevisionInfo revisionInfo) |
General information about the revision.
|
GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.toBuilder() |
|