Interface BatchGetDevEndpointsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetDevEndpointsResponse.Builder,,BatchGetDevEndpointsResponse> GlueResponse.Builder,SdkBuilder<BatchGetDevEndpointsResponse.Builder,,BatchGetDevEndpointsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 BatchGetDevEndpointsResponse
public static interface BatchGetDevEndpointsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetDevEndpointsResponse.Builder,BatchGetDevEndpointsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondevEndpoints(Collection<DevEndpoint> devEndpoints) A list ofDevEndpointdefinitions.devEndpoints(Consumer<DevEndpoint.Builder>... devEndpoints) A list ofDevEndpointdefinitions.devEndpoints(DevEndpoint... devEndpoints) A list ofDevEndpointdefinitions.devEndpointsNotFound(String... devEndpointsNotFound) A list ofDevEndpointsnot found.devEndpointsNotFound(Collection<String> devEndpointsNotFound) A list ofDevEndpointsnot found.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods 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
- 
devEndpoints
A list of
DevEndpointdefinitions.- Parameters:
 devEndpoints- A list ofDevEndpointdefinitions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
devEndpoints
A list of
DevEndpointdefinitions.- Parameters:
 devEndpoints- A list ofDevEndpointdefinitions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
devEndpoints
A list of
This is a convenience method that creates an instance of theDevEndpointdefinitions.DevEndpoint.Builderavoiding the need to create one manually viaDevEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todevEndpoints(List<DevEndpoint>).- Parameters:
 devEndpoints- a consumer that will call methods onDevEndpoint.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
devEndpointsNotFound
A list of
DevEndpointsnot found.- Parameters:
 devEndpointsNotFound- A list ofDevEndpointsnot found.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
devEndpointsNotFound
A list of
DevEndpointsnot found.- Parameters:
 devEndpointsNotFound- A list ofDevEndpointsnot found.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -