public static interface SecurityProfileSearchSummary.Builder extends SdkPojo, CopyableBuilder<SecurityProfileSearchSummary.Builder,SecurityProfileSearchSummary>
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileSearchSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the security profile.
|
SecurityProfileSearchSummary.Builder |
description(String description)
The description of the security profile.
|
SecurityProfileSearchSummary.Builder |
id(String id)
The identifier of the security profile.
|
SecurityProfileSearchSummary.Builder |
organizationResourceId(String organizationResourceId)
The organization resource identifier.
|
SecurityProfileSearchSummary.Builder |
securityProfileName(String securityProfileName)
The name of the security profile.
|
SecurityProfileSearchSummary.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityProfileSearchSummary.Builder id(String id)
The identifier of the security profile.
id - The identifier of the security profile.SecurityProfileSearchSummary.Builder organizationResourceId(String organizationResourceId)
The organization resource identifier.
organizationResourceId - The organization resource identifier.SecurityProfileSearchSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the security profile.
arn - The Amazon Resource Name (ARN) of the security profile.SecurityProfileSearchSummary.Builder securityProfileName(String securityProfileName)
The name of the security profile.
securityProfileName - The name of the security profile.SecurityProfileSearchSummary.Builder description(String description)
The description of the security profile.
description - The description of the security profile.SecurityProfileSearchSummary.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2023. All rights reserved.