Interface DescribeEntityRequest.Builder

  • Method Details

    • connectionName

      DescribeEntityRequest.Builder connectionName(String 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

      DescribeEntityRequest.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.
    • entityName

      DescribeEntityRequest.Builder entityName(String 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

      DescribeEntityRequest.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

      DescribeEntityRequest.Builder dataStoreApiVersion(String 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.