public static interface GetServerDetailsRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<GetServerDetailsRequest.Builder,GetServerDetailsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetServerDetailsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to include in the response.
|
GetServerDetailsRequest.Builder |
nextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results.
|
GetServerDetailsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetServerDetailsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetServerDetailsRequest.Builder |
serverId(String serverId)
The ID of the server.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServerDetailsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in the response. The maximum value is 100.
maxResults - The maximum number of items to include in the response. The maximum value is 100.GetServerDetailsRequest.Builder nextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results. For example, if a previous
call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10
results along with a token. You then use the returned token to retrieve the next set of 10.
nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a
previous call to this action returned 100 items, but you set maxResults to 10. You'll
receive a set of 10 results along with a token. You then use the returned token to retrieve the next
set of 10.GetServerDetailsRequest.Builder serverId(String serverId)
The ID of the server.
serverId - The ID of the server.GetServerDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetServerDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.