Interface ListEntitiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEntitiesRequest.Builder,ListEntitiesRequest>,GlueRequest.Builder,SdkBuilder<ListEntitiesRequest.Builder,ListEntitiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEntitiesRequest
public static interface ListEntitiesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListEntitiesRequest.Builder,ListEntitiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEntitiesRequest.BuildercatalogId(String catalogId)The catalog ID of the catalog that contains the connection.ListEntitiesRequest.BuilderconnectionName(String connectionName)A name for the connection that has required credentials to query any connection type.ListEntitiesRequest.BuilderdataStoreApiVersion(String dataStoreApiVersion)The API version of the SaaS connector.ListEntitiesRequest.BuildernextToken(String nextToken)A continuation token, included if this is a continuation call.ListEntitiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEntitiesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEntitiesRequest.BuilderparentEntityName(String parentEntityName)Name of the parent entity for which you want to list the children.-
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
-
connectionName
ListEntitiesRequest.Builder connectionName(String connectionName)
A name for the connection that has required credentials to query any connection type.
- Parameters:
connectionName- A name for the connection that has required credentials to query any connection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
catalogId
ListEntitiesRequest.Builder catalogId(String 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.
-
parentEntityName
ListEntitiesRequest.Builder parentEntityName(String parentEntityName)
Name of the parent entity for which you want to list the children. This parameter takes a fully-qualified path of the entity in order to list the child entities.
- Parameters:
parentEntityName- Name of the parent entity for which you want to list the children. This parameter takes a fully-qualified path of the entity in order to list the child entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEntitiesRequest.Builder nextToken(String 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
ListEntitiesRequest.Builder dataStoreApiVersion(String dataStoreApiVersion)
The API version of the SaaS connector.
- Parameters:
dataStoreApiVersion- The API version of the SaaS connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-