Interface BatchGetFleetsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<BatchGetFleetsResponse.Builder,,BatchGetFleetsResponse> SdkBuilder<BatchGetFleetsResponse.Builder,,BatchGetFleetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchGetFleetsResponse
public static interface BatchGetFleetsResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<BatchGetFleetsResponse.Builder,BatchGetFleetsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionfleets(Collection<Fleet> fleets) Information about the requested compute fleets.fleets(Consumer<Fleet.Builder>... fleets) Information about the requested compute fleets.Information about the requested compute fleets.fleetsNotFound(String... fleetsNotFound) The names of compute fleets for which information could not be found.fleetsNotFound(Collection<String> fleetsNotFound) The names of compute fleets for which information could not be found.Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
fleets
Information about the requested compute fleets.
- Parameters:
 fleets- Information about the requested compute fleets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fleets
Information about the requested compute fleets.
- Parameters:
 fleets- Information about the requested compute fleets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fleets
Information about the requested compute fleets.
This is a convenience method that creates an instance of theFleet.Builderavoiding the need to create one manually viaFleet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofleets(List<Fleet>).- Parameters:
 fleets- a consumer that will call methods onFleet.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
fleetsNotFound
The names of compute fleets for which information could not be found.
- Parameters:
 fleetsNotFound- The names of compute fleets for which information could not be found.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fleetsNotFound
The names of compute fleets for which information could not be found.
- Parameters:
 fleetsNotFound- The names of compute fleets for which information could not be found.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -