Interface SecurityRequirementPackSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityRequirementPackSummary.Builder,,SecurityRequirementPackSummary> SdkBuilder<SecurityRequirementPackSummary.Builder,,SecurityRequirementPackSummary> SdkPojo
- Enclosing class:
SecurityRequirementPackSummary
@Mutable
@NotThreadSafe
public static interface SecurityRequirementPackSummary.Builder
extends SdkPojo, CopyableBuilder<SecurityRequirementPackSummary.Builder,SecurityRequirementPackSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the security requirement pack was created, in UTC format.description(String description) A description of the security requirement pack.managementType(String managementType) The management type of the pack.managementType(ManagementType managementType) The management type of the pack.The name of the security requirement pack.The unique identifier of the security requirement pack.The status of the security requirement pack.status(SecurityRequirementPackStatus status) The status of the security requirement pack.The date and time the security requirement pack was last updated, in UTC format.vendorName(String vendorName) The vendor name for AWS managed packs.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
-
packId
The unique identifier of the security requirement pack.
- Parameters:
packId- The unique identifier of the security requirement pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the security requirement pack.
- Parameters:
name- The name of the security requirement pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the security requirement pack.
- Parameters:
description- A description of the security requirement pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorName
The vendor name for AWS managed packs.
- Parameters:
vendorName- The vendor name for AWS managed packs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementType
The management type of the pack.
- Parameters:
managementType- The management type of the pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managementType
The management type of the pack.
- Parameters:
managementType- The management type of the pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the security requirement pack.
- Parameters:
status- The status of the security requirement pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the security requirement pack.
- Parameters:
status- The status of the security requirement pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the security requirement pack was created, in UTC format.
- Parameters:
createdAt- The date and time the security requirement pack was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the security requirement pack was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the security requirement pack was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-