Interface ListIngressPointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIngressPointsRequest.Builder,ListIngressPointsRequest>,MailManagerRequest.Builder,SdkBuilder<ListIngressPointsRequest.Builder,ListIngressPointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIngressPointsRequest
public static interface ListIngressPointsRequest.Builder extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<ListIngressPointsRequest.Builder,ListIngressPointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIngressPointsRequest.BuildernextToken(String nextToken)If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.ListIngressPointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIngressPointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIngressPointsRequest.BuilderpageSize(Integer pageSize)The maximum number of ingress endpoint resources that are returned per call.-
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.mailmanager.model.MailManagerRequest.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
ListIngressPointsRequest.Builder nextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
- Parameters:
nextToken- If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListIngressPointsRequest.Builder pageSize(Integer pageSize)
The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to obtain further ingress endpoints.
- Parameters:
pageSize- The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to obtain further ingress endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIngressPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIngressPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-