Interface ListKeysResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListKeysResponse.Builder,
,ListKeysResponse> LocationResponse.Builder
,SdkBuilder<ListKeysResponse.Builder,
,ListKeysResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListKeysResponse
-
Method Summary
Modifier and TypeMethodDescriptionentries
(Collection<ListKeysResponseEntry> entries) Contains API key resources in your Amazon Web Services account.entries
(Consumer<ListKeysResponseEntry.Builder>... entries) Contains API key resources in your Amazon Web Services account.entries
(ListKeysResponseEntry... entries) Contains API key resources in your Amazon Web Services account.A pagination token indicating there are additional pages available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
entries
Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
- Parameters:
entries
- Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
- Parameters:
entries
- Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
This is a convenience method that creates an instance of theListKeysResponseEntry.Builder
avoiding the need to create one manually viaListKeysResponseEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toentries(List<ListKeysResponseEntry>)
.- Parameters:
entries
- a consumer that will call methods onListKeysResponseEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
- Parameters:
nextToken
- A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-