public static interface ListSecurityProfilesForTargetResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListSecurityProfilesForTargetResponse.Builder,ListSecurityProfilesForTargetResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilesForTargetResponse.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. |
ListSecurityProfilesForTargetResponse.Builder |
securityProfileTargetMappings(Collection<SecurityProfileTargetMapping> securityProfileTargetMappings)
A list of security profiles and their associated targets.
|
ListSecurityProfilesForTargetResponse.Builder |
securityProfileTargetMappings(Consumer<SecurityProfileTargetMapping.Builder>... securityProfileTargetMappings)
A list of security profiles and their associated targets.
|
ListSecurityProfilesForTargetResponse.Builder |
securityProfileTargetMappings(SecurityProfileTargetMapping... securityProfileTargetMappings)
A list of security profiles and their associated targets.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecurityProfilesForTargetResponse.Builder securityProfileTargetMappings(Collection<SecurityProfileTargetMapping> securityProfileTargetMappings)
A list of security profiles and their associated targets.
securityProfileTargetMappings - A list of security profiles and their associated targets.ListSecurityProfilesForTargetResponse.Builder securityProfileTargetMappings(SecurityProfileTargetMapping... securityProfileTargetMappings)
A list of security profiles and their associated targets.
securityProfileTargetMappings - A list of security profiles and their associated targets.ListSecurityProfilesForTargetResponse.Builder securityProfileTargetMappings(Consumer<SecurityProfileTargetMapping.Builder>... securityProfileTargetMappings)
A list of security profiles and their associated targets.
This is a convenience method that creates an instance of theSecurityProfileTargetMapping.Builder avoiding the need to
create one manually via
SecurityProfileTargetMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #securityProfileTargetMappings(List.
securityProfileTargetMappings - a consumer that will call methods on
SecurityProfileTargetMapping.Builder#securityProfileTargetMappings(java.util.Collection) ListSecurityProfilesForTargetResponse.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.