public static interface SecurityProfileIdentifier.Builder extends SdkPojo, CopyableBuilder<SecurityProfileIdentifier.Builder,SecurityProfileIdentifier>
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileIdentifier.Builder |
arn(String arn)
The ARN of the security profile.
|
SecurityProfileIdentifier.Builder |
name(String name)
The name you've given to the security profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityProfileIdentifier.Builder name(String name)
The name you've given to the security profile.
name - The name you've given to the security profile.SecurityProfileIdentifier.Builder arn(String arn)
The ARN of the security profile.
arn - The ARN of the security profile.Copyright © 2023. All rights reserved.