Interface ManagedSecurityGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedSecurityGroup.Builder,,ManagedSecurityGroup> SdkBuilder<ManagedSecurityGroup.Builder,,ManagedSecurityGroup> SdkPojo
- Enclosing class:
ManagedSecurityGroup
@Mutable
@NotThreadSafe
public static interface ManagedSecurityGroup.Builder
extends SdkPojo, CopyableBuilder<ManagedSecurityGroup.Builder,ManagedSecurityGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the security group.The status of the security group.status(ManagedResourceStatus status) The status of the security group.statusReason(String statusReason) Information about why the security group is in the current status.The Unix timestamp for when the security group was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of the security group.
- Parameters:
arn- The ARN of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the security group.
- Parameters:
status- The status of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the security group.
- Parameters:
status- The status of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the security group is in the current status.
- Parameters:
statusReason- Information about why the security group is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp for when the security group was last updated.
- Parameters:
updatedAt- The Unix timestamp for when the security group was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-