Interface ListArchiveExportsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListArchiveExportsRequest.Builder,ListArchiveExportsRequest>,MailManagerRequest.Builder,SdkBuilder<ListArchiveExportsRequest.Builder,ListArchiveExportsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListArchiveExportsRequest
public static interface ListArchiveExportsRequest.Builder extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<ListArchiveExportsRequest.Builder,ListArchiveExportsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListArchiveExportsRequest.BuilderarchiveId(String archiveId)The identifier of the archive.ListArchiveExportsRequest.BuildernextToken(String nextToken)If NextToken is returned, there are more results available.ListArchiveExportsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListArchiveExportsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListArchiveExportsRequest.BuilderpageSize(Integer pageSize)The maximum number of archive export 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, sdkFields
-
-
-
-
Method Detail
-
archiveId
ListArchiveExportsRequest.Builder archiveId(String archiveId)
The identifier of the archive.
- Parameters:
archiveId- The identifier of the archive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListArchiveExportsRequest.Builder nextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
- Parameters:
nextToken- If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
ListArchiveExportsRequest.Builder pageSize(Integer pageSize)
The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.
- Parameters:
pageSize- The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListArchiveExportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListArchiveExportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-