public static interface ListRelatedItemsRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<ListRelatedItemsRequest.Builder,ListRelatedItemsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRelatedItemsRequest.Builder |
incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record containing the listed related items.
|
ListRelatedItemsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of related items per page.
|
ListRelatedItemsRequest.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListRelatedItemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRelatedItemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRelatedItemsRequest.Builder incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record containing the listed related items.
incidentRecordArn - The Amazon Resource Name (ARN) of the incident record containing the listed related items.ListRelatedItemsRequest.Builder maxResults(Integer maxResults)
The maximum number of related items per page.
maxResults - The maximum number of related items per page.ListRelatedItemsRequest.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListRelatedItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRelatedItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.