Interface ListInstanceProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInstanceProfilesRequest.Builder,ListInstanceProfilesRequest>,DeviceFarmRequest.Builder,SdkBuilder<ListInstanceProfilesRequest.Builder,ListInstanceProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListInstanceProfilesRequest
public static interface ListInstanceProfilesRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListInstanceProfilesRequest.Builder,ListInstanceProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInstanceProfilesRequest.BuildermaxResults(Integer maxResults)An integer that specifies the maximum number of items you want to return in the API response.ListInstanceProfilesRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInstanceProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.devicefarm.model.DeviceFarmRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListInstanceProfilesRequest.Builder maxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
- Parameters:
maxResults- An integer that specifies the maximum number of items you want to return in the API response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInstanceProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInstanceProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-