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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuerySuggestionsBlockListSummary.BuildercreatedAt(Instant createdAt)The Unix timestamp when the block list was created.QuerySuggestionsBlockListSummary.Builderid(String id)The identifier of a block list.QuerySuggestionsBlockListSummary.BuilderitemCount(Integer itemCount)The number of items in the block list file.QuerySuggestionsBlockListSummary.Buildername(String name)The name of the block list.QuerySuggestionsBlockListSummary.Builderstatus(String status)The status of the block list.QuerySuggestionsBlockListSummary.Builderstatus(QuerySuggestionsBlockListStatus status)The status of the block list.QuerySuggestionsBlockListSummary.BuilderupdatedAt(Instant updatedAt)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 Detail
-
id
QuerySuggestionsBlockListSummary.Builder id(String 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
QuerySuggestionsBlockListSummary.Builder name(String 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
QuerySuggestionsBlockListSummary.Builder status(String 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:
QuerySuggestionsBlockListStatus,QuerySuggestionsBlockListStatus
-
status
QuerySuggestionsBlockListSummary.Builder status(QuerySuggestionsBlockListStatus 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:
QuerySuggestionsBlockListStatus,QuerySuggestionsBlockListStatus
-
createdAt
QuerySuggestionsBlockListSummary.Builder createdAt(Instant 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
QuerySuggestionsBlockListSummary.Builder updatedAt(Instant 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
QuerySuggestionsBlockListSummary.Builder itemCount(Integer 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.
-
-