public static interface SecurityProfileTargetMapping.Builder extends SdkPojo, CopyableBuilder<SecurityProfileTargetMapping.Builder,SecurityProfileTargetMapping>
Modifier and Type | Method and Description |
---|---|
default SecurityProfileTargetMapping.Builder |
securityProfileIdentifier(Consumer<SecurityProfileIdentifier.Builder> securityProfileIdentifier)
Information that identifies the security profile.
|
SecurityProfileTargetMapping.Builder |
securityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
|
default SecurityProfileTargetMapping.Builder |
target(Consumer<SecurityProfileTarget.Builder> target)
Information about the target (thing group) associated with the security profile.
|
SecurityProfileTargetMapping.Builder |
target(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SecurityProfileTargetMapping.Builder securityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
securityProfileIdentifier
- Information that identifies the security profile.default SecurityProfileTargetMapping.Builder securityProfileIdentifier(Consumer<SecurityProfileIdentifier.Builder> securityProfileIdentifier)
Information that identifies the security profile.
This is a convenience that creates an instance of theSecurityProfileIdentifier.Builder
avoiding the
need to create one manually via SecurityProfileIdentifier.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to securityProfileIdentifier(SecurityProfileIdentifier)
.securityProfileIdentifier
- a consumer that will call methods on SecurityProfileIdentifier.Builder
securityProfileIdentifier(SecurityProfileIdentifier)
SecurityProfileTargetMapping.Builder target(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
target
- Information about the target (thing group) associated with the security profile.default SecurityProfileTargetMapping.Builder target(Consumer<SecurityProfileTarget.Builder> target)
Information about the target (thing group) associated with the security profile.
This is a convenience 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 target(SecurityProfileTarget)
.target
- a consumer that will call methods on SecurityProfileTarget.Builder
target(SecurityProfileTarget)
Copyright © 2021. All rights reserved.