Interface DescribeSecurityHubV2Response.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSecurityHubV2Response.Builder,,DescribeSecurityHubV2Response> SdkBuilder<DescribeSecurityHubV2Response.Builder,,DescribeSecurityHubV2Response> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
DescribeSecurityHubV2Response
@Mutable
@NotThreadSafe
public static interface DescribeSecurityHubV2Response.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeSecurityHubV2Response.Builder,DescribeSecurityHubV2Response>
-
Method Summary
Modifier and TypeMethodDescriptionfeatures(Map<String, FeatureDetail> features) A map of opt-in features and their current status and metadata for the account in the current Region.The ARN of the service resource.subscribedAt(String subscribedAt) The date and time when the service was enabled in the account.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.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
hubV2Arn
The ARN of the service resource.
- Parameters:
hubV2Arn- The ARN of the service resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedAt
The date and time when the service was enabled in the account.
- Parameters:
subscribedAt- The date and time when the service was enabled in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
A map of opt-in features and their current status and metadata for the account in the current Region.
- Parameters:
features- A map of opt-in features and their current status and metadata for the account in the current Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-