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
Modifier and TypeMethodDescriptionThe ARN of the security profile.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 Details
-
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
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.
-