Interface QuerySuggestionsBlockListSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QuerySuggestionsBlockListSummary.Builder,
,QuerySuggestionsBlockListSummary> SdkBuilder<QuerySuggestionsBlockListSummary.Builder,
,QuerySuggestionsBlockListSummary> SdkPojo
- Enclosing class:
QuerySuggestionsBlockListSummary
public static interface QuerySuggestionsBlockListSummary.Builder
extends SdkPojo, CopyableBuilder<QuerySuggestionsBlockListSummary.Builder,QuerySuggestionsBlockListSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the block list was created.The identifier of a block list.The number of items in the block list file.The name of the block list.The status of the block list.The status of the block list.The Unix timestamp when the block list was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The identifier of a block list.
- Parameters:
id
- The identifier of a block list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the block list.
- Parameters:
name
- The name of the block list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the block list.
- Parameters:
status
- The status of the block list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the block list.
- Parameters:
status
- The status of the block list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The Unix timestamp when the block list was created.
- Parameters:
createdAt
- The Unix timestamp when the block list was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp when the block list was last updated.
- Parameters:
updatedAt
- The Unix timestamp when the block list was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemCount
The number of items in the block list file.
- Parameters:
itemCount
- The number of items in the block list file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-