Interface ListKeysResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontKeyValueStoreResponse.Builder,CopyableBuilder<ListKeysResponse.Builder,,ListKeysResponse> SdkBuilder<ListKeysResponse.Builder,,ListKeysResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListKeysResponse
public static interface ListKeysResponse.Builder
extends CloudFrontKeyValueStoreResponse.Builder, SdkPojo, CopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<ListKeysResponseListItem> items) Key value pairsitems(Consumer<ListKeysResponseListItem.Builder>... items) Key value pairsitems(ListKeysResponseListItem... items) Key value pairsIf nextToken is returned in the response, there are more results available.Methods inherited from interface software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.CloudFrontKeyValueStoreResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
- Parameters:
nextToken- If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Key value pairs
- Parameters:
items- Key value pairs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Key value pairs
- Parameters:
items- Key value pairs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Key value pairs
This is a convenience method that creates an instance of theListKeysResponseListItem.Builderavoiding the need to create one manually viaListKeysResponseListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<ListKeysResponseListItem>).- Parameters:
items- a consumer that will call methods onListKeysResponseListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-