Interface BatchGetDevEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetDevEndpointsRequest.Builder,BatchGetDevEndpointsRequest>,GlueRequest.Builder,SdkBuilder<BatchGetDevEndpointsRequest.Builder,BatchGetDevEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetDevEndpointsRequest
public static interface BatchGetDevEndpointsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDevEndpointsRequest.Builder,BatchGetDevEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetDevEndpointsRequest.BuilderdevEndpointNames(String... devEndpointNames)The list ofDevEndpointnames, which might be the names returned from theListDevEndpointoperation.BatchGetDevEndpointsRequest.BuilderdevEndpointNames(Collection<String> devEndpointNames)The list ofDevEndpointnames, which might be the names returned from theListDevEndpointoperation.BatchGetDevEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetDevEndpointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
devEndpointNames
BatchGetDevEndpointsRequest.Builder devEndpointNames(Collection<String> devEndpointNames)
The list of
DevEndpointnames, which might be the names returned from theListDevEndpointoperation.- Parameters:
devEndpointNames- The list ofDevEndpointnames, which might be the names returned from theListDevEndpointoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
devEndpointNames
BatchGetDevEndpointsRequest.Builder devEndpointNames(String... devEndpointNames)
The list of
DevEndpointnames, which might be the names returned from theListDevEndpointoperation.- Parameters:
devEndpointNames- The list ofDevEndpointnames, which might be the names returned from theListDevEndpointoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetDevEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetDevEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-