Interface SecurityProfileIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityProfileIdentifier.Builder,SecurityProfileIdentifier>,SdkBuilder<SecurityProfileIdentifier.Builder,SecurityProfileIdentifier>,SdkPojo
- Enclosing class:
- SecurityProfileIdentifier
public static interface SecurityProfileIdentifier.Builder extends SdkPojo, CopyableBuilder<SecurityProfileIdentifier.Builder,SecurityProfileIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityProfileIdentifier.Builderarn(String arn)The ARN of the security profile.SecurityProfileIdentifier.Buildername(String name)The name you've given to the security profile.-
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
-
name
SecurityProfileIdentifier.Builder name(String name)
The name you've given to the security profile.
- Parameters:
name- The name you've given to the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
SecurityProfileIdentifier.Builder arn(String arn)
The ARN of the security profile.
- Parameters:
arn- The ARN of the security profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-