Interface ListPageResolutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPageResolutionsRequest.Builder,ListPageResolutionsRequest>,SdkBuilder<ListPageResolutionsRequest.Builder,ListPageResolutionsRequest>,SdkPojo,SdkRequest.Builder,SsmContactsRequest.Builder
- Enclosing class:
- ListPageResolutionsRequest
public static interface ListPageResolutionsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListPageResolutionsRequest.Builder,ListPageResolutionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPageResolutionsRequest.BuildernextToken(String nextToken)A token to start the list.ListPageResolutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPageResolutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPageResolutionsRequest.BuilderpageId(String pageId)The Amazon Resource Name (ARN) of the contact engaged for the incident.-
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
-
nextToken
ListPageResolutionsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
- Parameters:
nextToken- A token to start the list. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageId
ListPageResolutionsRequest.Builder pageId(String pageId)
The Amazon Resource Name (ARN) of the contact engaged for the incident.
- Parameters:
pageId- The Amazon Resource Name (ARN) of the contact engaged for the incident.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPageResolutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPageResolutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-