Interface ListPublicKeysRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CloudFrontRequest.Builder,- CopyableBuilder<ListPublicKeysRequest.Builder,,- ListPublicKeysRequest> - SdkBuilder<ListPublicKeysRequest.Builder,,- ListPublicKeysRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListPublicKeysRequest
@Mutable
@NotThreadSafe
public static interface ListPublicKeysRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListPublicKeysRequest.Builder,ListPublicKeysRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionUse this when paginating results to indicate where to begin in your list of public keys.The maximum number of public keys you want in the response body.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
markerUse this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the Markerto the value of theNextMarkerfrom the current page's response (which is also the ID of the last public key on that page).- Parameters:
- marker- Use this when paginating results to indicate where to begin in your list of public keys. The results include public keys in the list that occur after the marker. To get the next page of results, set the- Markerto the value of the- NextMarkerfrom the current page's response (which is also the ID of the last public key on that page).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxItemsThe maximum number of public keys you want in the response body. - Parameters:
- maxItems- The maximum number of public keys you want in the response body.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListPublicKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListPublicKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-