| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileIdentifier.Builder |
SecurityProfileIdentifier.Builder.arn(String arn)
The ARN of the security profile.
|
static SecurityProfileIdentifier.Builder |
SecurityProfileIdentifier.builder() |
SecurityProfileIdentifier.Builder |
SecurityProfileIdentifier.Builder.name(String name)
The name you've given to the security profile.
|
SecurityProfileIdentifier.Builder |
SecurityProfileIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SecurityProfileIdentifier.Builder> |
SecurityProfileIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SecurityProfileTargetMapping.Builder |
SecurityProfileTargetMapping.Builder.securityProfileIdentifier(Consumer<SecurityProfileIdentifier.Builder> securityProfileIdentifier)
Information that identifies the security profile.
|
Copyright © 2023. All rights reserved.