Interface BatchGetApplicationRevisionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<BatchGetApplicationRevisionsRequest.Builder,BatchGetApplicationRevisionsRequest>,SdkBuilder<BatchGetApplicationRevisionsRequest.Builder,BatchGetApplicationRevisionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetApplicationRevisionsRequest
public static interface BatchGetApplicationRevisionsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetApplicationRevisionsRequest.Builder,BatchGetApplicationRevisionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetApplicationRevisionsRequest.BuilderapplicationName(String applicationName)The name of an CodeDeploy application about which to get revision information.BatchGetApplicationRevisionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetApplicationRevisionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetApplicationRevisionsRequest.Builderrevisions(Collection<RevisionLocation> revisions)An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.BatchGetApplicationRevisionsRequest.Builderrevisions(Consumer<RevisionLocation.Builder>... revisions)An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.BatchGetApplicationRevisionsRequest.Builderrevisions(RevisionLocation... revisions)An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationName
BatchGetApplicationRevisionsRequest.Builder applicationName(String applicationName)
The name of an CodeDeploy application about which to get revision information.
- Parameters:
applicationName- The name of an CodeDeploy application about which to get revision information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisions
BatchGetApplicationRevisionsRequest.Builder revisions(Collection<RevisionLocation> revisions)
An array of
RevisionLocationobjects that specify information to get about the application revisions, including type and location. The maximum number ofRevisionLocationobjects you can specify is 25.- Parameters:
revisions- An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location. The maximum number ofRevisionLocationobjects you can specify is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisions
BatchGetApplicationRevisionsRequest.Builder revisions(RevisionLocation... revisions)
An array of
RevisionLocationobjects that specify information to get about the application revisions, including type and location. The maximum number ofRevisionLocationobjects you can specify is 25.- Parameters:
revisions- An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location. The maximum number ofRevisionLocationobjects you can specify is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisions
BatchGetApplicationRevisionsRequest.Builder revisions(Consumer<RevisionLocation.Builder>... revisions)
An array of
This is a convenience method that creates an instance of theRevisionLocationobjects that specify information to get about the application revisions, including type and location. The maximum number ofRevisionLocationobjects you can specify is 25.RevisionLocation.Builderavoiding the need to create one manually viaRevisionLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#revisions(List.) - Parameters:
revisions- a consumer that will call methods onRevisionLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#revisions(java.util.Collection)
-
overrideConfiguration
BatchGetApplicationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetApplicationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-