Interface GetSecurityRequirementPackResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSecurityRequirementPackResponse.Builder,,GetSecurityRequirementPackResponse> SdkBuilder<GetSecurityRequirementPackResponse.Builder,,GetSecurityRequirementPackResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
GetSecurityRequirementPackResponse
-
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.importStatus(String importStatus) The status of the security requirements import workflow for this pack.importStatus(SecurityRequirementPackImportStatus importStatus) The status of the security requirements import workflow for this pack.The identifier of the AWS KMS key used to encrypt pack contents.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, such as ISO or NIST.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentResponse.Builder
build, responseMetadata, responseMetadata
-
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, such as ISO or NIST.
- Parameters:
vendorName- The vendor name for AWS managed packs, such as ISO or NIST.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managementType
The management type of the pack. Valid values are AWS_MANAGED and CUSTOMER_MANAGED.
- Parameters:
managementType- The management type of the pack. Valid values are AWS_MANAGED and CUSTOMER_MANAGED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managementType
The management type of the pack. Valid values are AWS_MANAGED and CUSTOMER_MANAGED.
- Parameters:
managementType- The management type of the pack. Valid values are AWS_MANAGED and CUSTOMER_MANAGED.- 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:
-
importStatus
The status of the security requirements import workflow for this pack.
- Parameters:
importStatus- The status of the security requirements import workflow for this pack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importStatus
GetSecurityRequirementPackResponse.Builder importStatus(SecurityRequirementPackImportStatus importStatus) The status of the security requirements import workflow for this pack.
- Parameters:
importStatus- The status of the security requirements import workflow for this 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.
-
kmsKeyId
The identifier of the AWS KMS key used to encrypt pack contents.
- Parameters:
kmsKeyId- The identifier of the AWS KMS key used to encrypt pack contents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-