public static interface ListSecurityProfilesForTargetRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilesForTargetRequest.Builder,ListSecurityProfilesForTargetRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilesForTargetRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListSecurityProfilesForTargetRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListSecurityProfilesForTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSecurityProfilesForTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSecurityProfilesForTargetRequest.Builder |
recursive(Boolean recursive)
If true, return child groups too.
|
ListSecurityProfilesForTargetRequest.Builder |
securityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you want to get.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityProfilesForTargetRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListSecurityProfilesForTargetRequest.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.ListSecurityProfilesForTargetRequest.Builder recursive(Boolean recursive)
If true, return child groups too.
recursive - If true, return child groups too.ListSecurityProfilesForTargetRequest.Builder securityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you want to get.
securityProfileTargetArn - The ARN of the target (thing group) whose attached security profiles you want to get.ListSecurityProfilesForTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSecurityProfilesForTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.