Interface ListPageReceiptsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPageReceiptsRequest.Builder,ListPageReceiptsRequest>,SdkBuilder<ListPageReceiptsRequest.Builder,ListPageReceiptsRequest>,SdkPojo,SdkRequest.Builder,SsmContactsRequest.Builder
- Enclosing class:
- ListPageReceiptsRequest
public static interface ListPageReceiptsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListPageReceiptsRequest.Builder,ListPageReceiptsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPageReceiptsRequest.BuildermaxResults(Integer maxResults)The maximum number of acknowledgements per page of results.ListPageReceiptsRequest.BuildernextToken(String nextToken)The pagination token to continue to the next page of results.ListPageReceiptsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPageReceiptsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPageReceiptsRequest.BuilderpageId(String pageId)The Amazon Resource Name (ARN) of the engagement to a specific contact channel.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssmcontacts.model.SsmContactsRequest.Builder
build
-
-
-
-
Method Detail
-
pageId
ListPageReceiptsRequest.Builder pageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a specific contact channel.
- Parameters:
pageId- The Amazon Resource Name (ARN) of the engagement to a specific contact channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPageReceiptsRequest.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
- Parameters:
nextToken- The pagination token to continue to the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListPageReceiptsRequest.Builder maxResults(Integer maxResults)
The maximum number of acknowledgements per page of results.
- Parameters:
maxResults- The maximum number of acknowledgements per page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPageReceiptsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPageReceiptsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-