public static interface ListTargetsForSecurityProfileResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListTargetsForSecurityProfileResponse.Builder,ListTargetsForSecurityProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForSecurityProfileResponse.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. |
ListTargetsForSecurityProfileResponse.Builder |
securityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
ListTargetsForSecurityProfileResponse.Builder |
securityProfileTargets(Consumer<SecurityProfileTarget.Builder>... securityProfileTargets)
The thing groups to which the security profile is attached.
|
ListTargetsForSecurityProfileResponse.Builder |
securityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetsForSecurityProfileResponse.Builder securityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
securityProfileTargets - The thing groups to which the security profile is attached.ListTargetsForSecurityProfileResponse.Builder securityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
securityProfileTargets - The thing groups to which the security profile is attached.ListTargetsForSecurityProfileResponse.Builder securityProfileTargets(Consumer<SecurityProfileTarget.Builder>... securityProfileTargets)
The thing groups to which the security profile is attached.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #securityProfileTargets(List) .securityProfileTargets - a consumer that will call methods on List.Builder #securityProfileTargets(List) ListTargetsForSecurityProfileResponse.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.Copyright © 2021. All rights reserved.