Interface DescribeEntityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEntityRequest.Builder,
,DescribeEntityRequest> GlueRequest.Builder
,SdkBuilder<DescribeEntityRequest.Builder,
,DescribeEntityRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeEntityRequest
@Mutable
@NotThreadSafe
public static interface DescribeEntityRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DescribeEntityRequest.Builder,DescribeEntityRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog ID of the catalog that contains the connection.connectionName
(String connectionName) The name of the connection that contains the connection type credentials.dataStoreApiVersion
(String dataStoreApiVersion) The version of the API used for the data store.entityName
(String entityName) The name of the entity that you want to describe from the connection type.A continuation token, included if this is a continuation call.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
connectionName
The name of the connection that contains the connection type credentials.
- Parameters:
connectionName
- The name of the connection that contains the connection type credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogId
The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.
- Parameters:
catalogId
- The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityName
The name of the entity that you want to describe from the connection type.
- Parameters:
entityName
- The name of the entity that you want to describe from the connection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, included if this is a continuation call.
- Parameters:
nextToken
- A continuation token, included if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataStoreApiVersion
The version of the API used for the data store.
- Parameters:
dataStoreApiVersion
- The version of the API used for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-