Interface ListAddressListImportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAddressListImportJobsRequest.Builder,ListAddressListImportJobsRequest>,MailManagerRequest.Builder,SdkBuilder<ListAddressListImportJobsRequest.Builder,ListAddressListImportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAddressListImportJobsRequest
public static interface ListAddressListImportJobsRequest.Builder extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAddressListImportJobsRequest.Builder,ListAddressListImportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAddressListImportJobsRequest.BuilderaddressListId(String addressListId)The unique identifier of the address list for listing import jobs.ListAddressListImportJobsRequest.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.ListAddressListImportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAddressListImportJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAddressListImportJobsRequest.BuilderpageSize(Integer pageSize)The maximum number of import jobs 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
addressListId
ListAddressListImportJobsRequest.Builder addressListId(String addressListId)
The unique identifier of the address list for listing import jobs.
- Parameters:
addressListId- The unique identifier of the address list for listing import jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAddressListImportJobsRequest.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
ListAddressListImportJobsRequest.Builder pageSize(Integer pageSize)
The maximum number of import jobs that are returned per call. You can use NextToken to retrieve the next page of jobs.
- Parameters:
pageSize- The maximum number of import jobs that are returned per call. You can use NextToken to retrieve the next page of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAddressListImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAddressListImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-