Uses of Interface
software.amazon.awssdk.services.iot.model.SecurityProfileIdentifier.Builder
-
Packages that use SecurityProfileIdentifier.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of SecurityProfileIdentifier.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SecurityProfileIdentifier.Builder Modifier and Type Method Description SecurityProfileIdentifier.BuilderSecurityProfileIdentifier.Builder. arn(String arn)The ARN of the security profile.static SecurityProfileIdentifier.BuilderSecurityProfileIdentifier. builder()SecurityProfileIdentifier.BuilderSecurityProfileIdentifier.Builder. name(String name)The name you've given to the security profile.SecurityProfileIdentifier.BuilderSecurityProfileIdentifier. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SecurityProfileIdentifier.Builder Modifier and Type Method Description static Class<? extends SecurityProfileIdentifier.Builder>SecurityProfileIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type SecurityProfileIdentifier.Builder Modifier and Type Method Description default SecurityProfileTargetMapping.BuilderSecurityProfileTargetMapping.Builder. securityProfileIdentifier(Consumer<SecurityProfileIdentifier.Builder> securityProfileIdentifier)Information that identifies the security profile.
-