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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityProfileSearchSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the security profile.SecurityProfileSearchSummary.Builderdescription(String description)The description of the security profile.SecurityProfileSearchSummary.Builderid(String id)The identifier of the security profile.SecurityProfileSearchSummary.BuilderorganizationResourceId(String organizationResourceId)The organization resource identifier.SecurityProfileSearchSummary.BuildersecurityProfileName(String securityProfileName)The name of the security profile.SecurityProfileSearchSummary.Buildertags(Map<String,String> tags)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 Detail
-
id
SecurityProfileSearchSummary.Builder id(String 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
SecurityProfileSearchSummary.Builder organizationResourceId(String 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
SecurityProfileSearchSummary.Builder arn(String 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
SecurityProfileSearchSummary.Builder securityProfileName(String 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
SecurityProfileSearchSummary.Builder description(String 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
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"} }.
- 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.
-
-