public static interface ListSubjectsRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<ListSubjectsRequest.Builder,ListSubjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSubjectsRequest.Builder |
nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results.
|
ListSubjectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSubjectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSubjectsRequest.Builder |
pageSize(Integer pageSize)
The number of resources in the paginated list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubjectsRequest.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.
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.ListSubjectsRequest.Builder pageSize(Integer pageSize)
The number of resources in the paginated list.
pageSize - The number of resources in the paginated list.ListSubjectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSubjectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.