Interface ListHostKeysRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListHostKeysRequest.Builder,
,ListHostKeysRequest> SdkBuilder<ListHostKeysRequest.Builder,
,ListHostKeysRequest> SdkPojo
,SdkRequest.Builder
,TransferRequest.Builder
- Enclosing class:
ListHostKeysRequest
@Mutable
@NotThreadSafe
public static interface ListHostKeysRequest.Builder
extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListHostKeysRequest.Builder,ListHostKeysRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of items to return.When there are additional results that were not returned, aNextToken
parameter is returned.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier of the server that contains the host keys that you want to view.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
Method Details
-
maxResults
The maximum number of items to return.
- Parameters:
maxResults
- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
When there are additional results that were not returned, a
NextToken
parameter is returned. You can use that value for a subsequent call toListHostKeys
to continue listing results.- Parameters:
nextToken
- When there are additional results that were not returned, aNextToken
parameter is returned. You can use that value for a subsequent call toListHostKeys
to continue listing results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverId
The identifier of the server that contains the host keys that you want to view.
- Parameters:
serverId
- The identifier of the server that contains the host keys that you want to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHostKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListHostKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-