Interface SecurityProfileSearchSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecurityProfileSearchSummary.Builder,
,SecurityProfileSearchSummary> SdkBuilder<SecurityProfileSearchSummary.Builder,
,SecurityProfileSearchSummary> SdkPojo
- Enclosing class:
SecurityProfileSearchSummary
public static interface SecurityProfileSearchSummary.Builder
extends SdkPojo, CopyableBuilder<SecurityProfileSearchSummary.Builder,SecurityProfileSearchSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the security profile.description
(String description) The description of the security profile.The identifier of the security profile.organizationResourceId
(String organizationResourceId) The organization resource identifier.securityProfileName
(String securityProfileName) The name of the security profile.The tags used to organize, track, or control access for this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
The identifier of the security profile.
- Parameters:
id
- The identifier of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationResourceId
The organization resource identifier.
- Parameters:
organizationResourceId
- The organization resource identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the security profile.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityProfileName
The name of the security profile.
- Parameters:
securityProfileName
- The name of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the security profile.
- Parameters:
description
- The description of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-