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 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 #securityProfileTargetMappings(List) .securityProfileTargetMappings - a consumer that will call methods on List.Builder #securityProfileTargetMappings(List) 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 © 2021. All rights reserved.