Interface BatchGetApplicationRevisionsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeDeployRequest.Builder,- CopyableBuilder<BatchGetApplicationRevisionsRequest.Builder,,- BatchGetApplicationRevisionsRequest> - SdkBuilder<BatchGetApplicationRevisionsRequest.Builder,,- BatchGetApplicationRevisionsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- BatchGetApplicationRevisionsRequest
- 
Method SummaryModifier and TypeMethodDescriptionapplicationName(String applicationName) The name of an CodeDeploy application about which to get revision information.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.revisions(Collection<RevisionLocation> revisions) An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.revisions(Consumer<RevisionLocation.Builder>... revisions) An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.revisions(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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationNameThe 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.
 
- 
revisionsAn 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 of- RevisionLocationobjects that specify information to get about the application revisions, including type and location. The maximum number of- RevisionLocationobjects you can specify is 25.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisionsAn 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 of- RevisionLocationobjects that specify information to get about the application revisions, including type and location. The maximum number of- RevisionLocationobjects you can specify is 25.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisionsBatchGetApplicationRevisionsRequest.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 torevisions(List<RevisionLocation>).- Parameters:
- revisions- a consumer that will call methods on- RevisionLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationBatchGetApplicationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationBatchGetApplicationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-