public static interface ListInstanceProfilesRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListInstanceProfilesRequest.Builder,ListInstanceProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInstanceProfilesRequest.Builder |
maxResults(Integer maxResults)
An integer specifying the maximum number of items you want to return in the API response.
|
ListInstanceProfilesRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListInstanceProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListInstanceProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListInstanceProfilesRequest.Builder maxResults(Integer maxResults)
An integer specifying the maximum number of items you want to return in the API response.
maxResults - An integer specifying the maximum number of items you want to return in the API response.ListInstanceProfilesRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListInstanceProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListInstanceProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.