Interface BatchGetSandboxesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<BatchGetSandboxesResponse.Builder,,BatchGetSandboxesResponse> SdkBuilder<BatchGetSandboxesResponse.Builder,,BatchGetSandboxesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchGetSandboxesResponse
@Mutable
@NotThreadSafe
public static interface BatchGetSandboxesResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<BatchGetSandboxesResponse.Builder,BatchGetSandboxesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsandboxes(Collection<Sandbox> sandboxes) Information about the requested sandboxes.sandboxes(Consumer<Sandbox.Builder>... sandboxes) Information about the requested sandboxes.Information about the requested sandboxes.sandboxesNotFound(String... sandboxesNotFound) The IDs of sandboxes for which information could not be found.sandboxesNotFound(Collection<String> sandboxesNotFound) The IDs of sandboxes 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
-
sandboxes
Information about the requested sandboxes.
- Parameters:
sandboxes- Information about the requested sandboxes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sandboxes
Information about the requested sandboxes.
- Parameters:
sandboxes- Information about the requested sandboxes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sandboxes
Information about the requested sandboxes.
This is a convenience method that creates an instance of theSandbox.Builderavoiding the need to create one manually viaSandbox.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosandboxes(List<Sandbox>).- Parameters:
sandboxes- a consumer that will call methods onSandbox.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sandboxesNotFound
The IDs of sandboxes for which information could not be found.
- Parameters:
sandboxesNotFound- The IDs of sandboxes for which information could not be found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sandboxesNotFound
The IDs of sandboxes for which information could not be found.
- Parameters:
sandboxesNotFound- The IDs of sandboxes for which information could not be found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-