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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetDevEndpointsResponse.BuilderdevEndpoints(Collection<DevEndpoint> devEndpoints)A list ofDevEndpointdefinitions.BatchGetDevEndpointsResponse.BuilderdevEndpoints(Consumer<DevEndpoint.Builder>... devEndpoints)A list ofDevEndpointdefinitions.BatchGetDevEndpointsResponse.BuilderdevEndpoints(DevEndpoint... devEndpoints)A list ofDevEndpointdefinitions.BatchGetDevEndpointsResponse.BuilderdevEndpointsNotFound(String... devEndpointsNotFound)A list ofDevEndpointsnot found.BatchGetDevEndpointsResponse.BuilderdevEndpointsNotFound(Collection<String> devEndpointsNotFound)A list ofDevEndpointsnot found.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
devEndpoints
BatchGetDevEndpointsResponse.Builder devEndpoints(Collection<DevEndpoint> 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
BatchGetDevEndpointsResponse.Builder devEndpoints(DevEndpoint... 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
BatchGetDevEndpointsResponse.Builder devEndpoints(Consumer<DevEndpoint.Builder>... 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 to#devEndpoints(List.) - 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:
#devEndpoints(java.util.Collection)
-
devEndpointsNotFound
BatchGetDevEndpointsResponse.Builder devEndpointsNotFound(Collection<String> 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
BatchGetDevEndpointsResponse.Builder devEndpointsNotFound(String... 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.
-
-