Interface ListAddonInstancesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAddonInstancesRequest.Builder,ListAddonInstancesRequest>,MailManagerRequest.Builder,SdkBuilder<ListAddonInstancesRequest.Builder,ListAddonInstancesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAddonInstancesRequest
public static interface ListAddonInstancesRequest.Builder extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAddonInstancesRequest.Builder,ListAddonInstancesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAddonInstancesRequest.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.ListAddonInstancesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAddonInstancesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAddonInstancesRequest.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
ListAddonInstancesRequest.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
ListAddonInstancesRequest.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
ListAddonInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAddonInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-