Interface ListDataTableAttributesRequest.Builder

  • Method Details

    • instanceId

      The unique identifier for the Amazon Connect instance.

      Parameters:
      instanceId - The unique identifier for the Amazon Connect instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataTableId

      The unique identifier for the data table whose attributes should be listed.

      Parameters:
      dataTableId - The unique identifier for the data table whose attributes should be listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeIds

      Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.

      Parameters:
      attributeIds - Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeIds

      ListDataTableAttributesRequest.Builder attributeIds(String... attributeIds)

      Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.

      Parameters:
      attributeIds - Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Specify the pagination token from a previous request to retrieve the next page of results.

      Parameters:
      nextToken - Specify the pagination token from a previous request to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of data table attributes to return in one page of results.

      Parameters:
      maxResults - The maximum number of data table attributes to return in one page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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