public static interface ListHostKeysRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListHostKeysRequest.Builder,ListHostKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHostKeysRequest.Builder |
maxResults(Integer maxResults)
The maximum number of host keys to return.
|
ListHostKeysRequest.Builder |
nextToken(String nextToken)
When there are additional results that were not returned, a
NextToken parameter is returned. |
ListHostKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHostKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHostKeysRequest.Builder |
serverId(String serverId)
The identifier of the server that contains the host keys that you want to view.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHostKeysRequest.Builder maxResults(Integer maxResults)
The maximum number of host keys to return.
maxResults - The maximum number of host keys to return.ListHostKeysRequest.Builder nextToken(String nextToken)
When there are additional results that were not returned, a NextToken parameter is returned. You
can use that value for a subsequent call to ListHostKeys to continue listing results.
nextToken - When there are additional results that were not returned, a NextToken parameter is
returned. You can use that value for a subsequent call to ListHostKeys to continue
listing results.ListHostKeysRequest.Builder serverId(String serverId)
The identifier of the server that contains the host keys that you want to view.
serverId - The identifier of the server that contains the host keys that you want to view.ListHostKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHostKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.