public static interface ListHostsRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<ListHostsRequest.Builder,ListHostsRequest>
Modifier and Type | Method and Description |
---|---|
ListHostsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListHostsRequest.Builder |
nextToken(String nextToken)
The token that was returned from the previous
ListHosts call, which can be used to return the
next set of hosts in the list. |
ListHostsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListHostsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListHostsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.ListHostsRequest.Builder nextToken(String nextToken)
The token that was returned from the previous ListHosts
call, which can be used to return the
next set of hosts in the list.
nextToken
- The token that was returned from the previous ListHosts
call, which can be used to return
the next set of hosts in the list.ListHostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.