Interface ListProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
,RolesAnywhereRequest.Builder
,SdkBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListProfilesRequest
public static interface ListProfilesRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfilesRequest.Builder
nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results.ListProfilesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListProfilesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListProfilesRequest.Builder
pageSize(Integer pageSize)
The number of resources in the paginated list.-
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.rolesanywhere.model.RolesAnywhereRequest.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
-
nextToken
ListProfilesRequest.Builder nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
- Parameters:
nextToken
- A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListProfilesRequest.Builder pageSize(Integer pageSize)
The number of resources in the paginated list.
- Parameters:
pageSize
- The number of resources in the paginated list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-