Interface ListCrlsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCrlsRequest.Builder,ListCrlsRequest>,RolesAnywhereRequest.Builder,SdkBuilder<ListCrlsRequest.Builder,ListCrlsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCrlsRequest
public static interface ListCrlsRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<ListCrlsRequest.Builder,ListCrlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCrlsRequest.BuildernextToken(String nextToken)A token that indicates where the output should continue from, if a previous request did not show all results.ListCrlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCrlsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCrlsRequest.BuilderpageSize(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
ListCrlsRequest.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
ListCrlsRequest.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
ListCrlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCrlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-