Interface ListHostKeysRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListHostKeysRequest.Builder,ListHostKeysRequest>,SdkBuilder<ListHostKeysRequest.Builder,ListHostKeysRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- ListHostKeysRequest
public static interface ListHostKeysRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListHostKeysRequest.Builder,ListHostKeysRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHostKeysRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return.ListHostKeysRequest.BuildernextToken(String nextToken)When there are additional results that were not returned, aNextTokenparameter is returned.ListHostKeysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHostKeysRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHostKeysRequest.BuilderserverId(String serverId)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 Detail
-
maxResults
ListHostKeysRequest.Builder maxResults(Integer 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
ListHostKeysRequest.Builder nextToken(String nextToken)
When there are additional results that were not returned, a
NextTokenparameter is returned. You can use that value for a subsequent call toListHostKeysto continue listing results.- Parameters:
nextToken- When there are additional results that were not returned, aNextTokenparameter is returned. You can use that value for a subsequent call toListHostKeysto continue listing results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverId
ListHostKeysRequest.Builder serverId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHostKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-