Interface BatchGetCustomEntityTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetCustomEntityTypesRequest.Builder,BatchGetCustomEntityTypesRequest>,GlueRequest.Builder,SdkBuilder<BatchGetCustomEntityTypesRequest.Builder,BatchGetCustomEntityTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetCustomEntityTypesRequest
public static interface BatchGetCustomEntityTypesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCustomEntityTypesRequest.Builder,BatchGetCustomEntityTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetCustomEntityTypesRequest.Buildernames(String... names)A list of names of the custom patterns that you want to retrieve.BatchGetCustomEntityTypesRequest.Buildernames(Collection<String> names)A list of names of the custom patterns that you want to retrieve.BatchGetCustomEntityTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetCustomEntityTypesRequest.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, sdkFields
-
-
-
-
Method Detail
-
names
BatchGetCustomEntityTypesRequest.Builder names(Collection<String> names)
A list of names of the custom patterns that you want to retrieve.
- Parameters:
names- A list of names of the custom patterns that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
BatchGetCustomEntityTypesRequest.Builder names(String... names)
A list of names of the custom patterns that you want to retrieve.
- Parameters:
names- A list of names of the custom patterns that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetCustomEntityTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetCustomEntityTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-