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