public static interface SecurityProfileSummary.Builder extends SdkPojo, CopyableBuilder<SecurityProfileSummary.Builder,SecurityProfileSummary>
Modifier and Type | Method and Description |
---|---|
SecurityProfileSummary.Builder |
arn(String arn)
The ARN of the security profile.
|
SecurityProfileSummary.Builder |
id(String id)
The identifier of the security profile.
|
SecurityProfileSummary.Builder |
name(String name)
The name of the security profile.
|
copy
applyMutation, build
SecurityProfileSummary.Builder id(String id)
The identifier of the security profile.
id
- The identifier of the security profile.SecurityProfileSummary.Builder arn(String arn)
The ARN of the security profile.
arn
- The ARN of the security profile.SecurityProfileSummary.Builder name(String name)
The name of the security profile.
name
- The name of the security profile.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.