CopyableBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse>
, SdkBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse>
public static interface GetApplicationRevisionResponse.Builder extends CopyableBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetApplicationRevisionResponse.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 Amazon Web Services, Inc. All Rights Reserved.