public static interface SecurityProfile.Builder extends SdkPojo, CopyableBuilder<SecurityProfile.Builder,SecurityProfile>
| Modifier and Type | Method and Description |
|---|---|
SecurityProfile.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the secruity profile.
|
SecurityProfile.Builder |
description(String description)
The description of the security profile.
|
SecurityProfile.Builder |
id(String id)
The identifier for the security profile.
|
SecurityProfile.Builder |
organizationResourceId(String organizationResourceId)
The organization resource identifier for the security profile.
|
SecurityProfile.Builder |
securityProfileName(String securityProfileName)
The name for the security profile.
|
SecurityProfile.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityProfile.Builder id(String id)
The identifier for the security profile.
id - The identifier for the security profile.SecurityProfile.Builder organizationResourceId(String organizationResourceId)
The organization resource identifier for the security profile.
organizationResourceId - The organization resource identifier for the security profile.SecurityProfile.Builder arn(String arn)
The Amazon Resource Name (ARN) for the secruity profile.
arn - The Amazon Resource Name (ARN) for the secruity profile.SecurityProfile.Builder securityProfileName(String securityProfileName)
The name for the security profile.
securityProfileName - The name for the security profile.SecurityProfile.Builder description(String description)
The description of the security profile.
description - The description of the security profile.SecurityProfile.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 © 2022. All rights reserved.