Interface ListRelaysRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRelaysRequest.Builder,ListRelaysRequest>,MailManagerRequest.Builder,SdkBuilder<ListRelaysRequest.Builder,ListRelaysRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRelaysRequest
public static interface ListRelaysRequest.Builder extends MailManagerRequest.Builder, SdkPojo, CopyableBuilder<ListRelaysRequest.Builder,ListRelaysRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRelaysRequest.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.ListRelaysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRelaysRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRelaysRequest.BuilderpageSize(Integer pageSize)The number of relays to be returned in one request.-
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
ListRelaysRequest.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
ListRelaysRequest.Builder pageSize(Integer pageSize)
The number of relays to be returned in one request.
- Parameters:
pageSize- The number of relays to be returned in one request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRelaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRelaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-