Interface ListRelatedResourcesForAuditFindingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRelatedResourcesForAuditFindingRequest.Builder,ListRelatedResourcesForAuditFindingRequest>,IotRequest.Builder,SdkBuilder<ListRelatedResourcesForAuditFindingRequest.Builder,ListRelatedResourcesForAuditFindingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRelatedResourcesForAuditFindingRequest
public static interface ListRelatedResourcesForAuditFindingRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListRelatedResourcesForAuditFindingRequest.Builder,ListRelatedResourcesForAuditFindingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRelatedResourcesForAuditFindingRequest.BuilderfindingId(String findingId)The finding Id.ListRelatedResourcesForAuditFindingRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListRelatedResourcesForAuditFindingRequest.BuildernextToken(String nextToken)A token that can be used to retrieve the next set of results, ornullif there are no additional results.ListRelatedResourcesForAuditFindingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRelatedResourcesForAuditFindingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.iot.model.IotRequest.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
-
findingId
ListRelatedResourcesForAuditFindingRequest.Builder findingId(String findingId)
The finding Id.
- Parameters:
findingId- The finding Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRelatedResourcesForAuditFindingRequest.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.- Parameters:
nextToken- A token that can be used to retrieve the next set of results, ornullif there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRelatedResourcesForAuditFindingRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRelatedResourcesForAuditFindingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRelatedResourcesForAuditFindingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-