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 have given to the security profile.
|
copy
applyMutation, build
SecurityProfileIdentifier.Builder name(String name)
The name you have given to the security profile.
name
- The name you have given to the security profile.SecurityProfileIdentifier.Builder arn(String arn)
The ARN of the security profile.
arn
- The ARN of the security profile.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.