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 method that creates an instance of theSecurityProfileTarget.Builder avoiding the need to create
one manually via SecurityProfileTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #securityProfileTargets(List.
securityProfileTargets - a consumer that will call methods on
SecurityProfileTarget.Builder#securityProfileTargets(java.util.Collection) 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 © 2023. All rights reserved.