public static interface ListRelatedResourcesForAuditFindingRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListRelatedResourcesForAuditFindingRequest.Builder,ListRelatedResourcesForAuditFindingRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRelatedResourcesForAuditFindingRequest.Builder |
findingId(String findingId)
The finding Id.
|
ListRelatedResourcesForAuditFindingRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListRelatedResourcesForAuditFindingRequest.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListRelatedResourcesForAuditFindingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRelatedResourcesForAuditFindingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRelatedResourcesForAuditFindingRequest.Builder findingId(String findingId)
The finding Id.
findingId - The finding Id.ListRelatedResourcesForAuditFindingRequest.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null if there are no additional
results.
nextToken - A token that can be used to retrieve the next set of results, or null if there are no
additional results.ListRelatedResourcesForAuditFindingRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.ListRelatedResourcesForAuditFindingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRelatedResourcesForAuditFindingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.