Interface ListUserProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarRequest.Builder,CopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>,SdkBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListUserProfilesRequest
public static interface ListUserProfilesRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<ListUserProfilesRequest.Builder,ListUserProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUserProfilesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a response.ListUserProfilesRequest.BuildernextToken(String nextToken)The continuation token for the next set of results, if the results cannot be returned in one response.ListUserProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUserProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codestar.model.CodeStarRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
nextToken
ListUserProfilesRequest.Builder nextToken(String nextToken)
The continuation token for the next set of results, if the results cannot be returned in one response.
- Parameters:
nextToken- The continuation token for the next set of results, if the results cannot be returned in one response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListUserProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a response.
- Parameters:
maxResults- The maximum number of results to return in a response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUserProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListUserProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-