public static interface GetApplicationRevisionRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetApplicationRevisionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default GetApplicationRevisionRequest.Builder |
revision(Consumer<RevisionLocation.Builder> revision)
Information about the application revision to get, including type and location.
|
GetApplicationRevisionRequest.Builder |
revision(RevisionLocation revision)
Information about the application revision to get, including type and location.
|
buildoverrideConfigurationcopyapplyMutation, 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.default GetApplicationRevisionRequest.Builder revision(Consumer<RevisionLocation.Builder> revision)
Information about the application revision to get, including type and location.
This is a convenience that creates an instance of theRevisionLocation.Builder avoiding the need to
create one manually via RevisionLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to revision(RevisionLocation).revision - a consumer that will call methods on RevisionLocation.Builderrevision(RevisionLocation)GetApplicationRevisionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetApplicationRevisionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.