public static interface ListHsmsRequest.Builder extends CloudHSMRequest.Builder, CopyableBuilder<ListHsmsRequest.Builder,ListHsmsRequest>
Modifier and Type | Method and Description |
---|---|
ListHsmsRequest.Builder |
nextToken(String nextToken)
The
NextToken value from a previous call to ListHsms . |
ListHsmsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
ListHsmsRequest.Builder nextToken(String nextToken)
The NextToken
value from a previous call to ListHsms
. Pass null if this is the
first call.
nextToken
- The NextToken
value from a previous call to ListHsms
. Pass null if this is
the first call.ListHsmsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.