public static interface DescribeHubResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeHubResponse.Builder,DescribeHubResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeHubResponse.Builder |
autoEnableControls(Boolean autoEnableControls)
Whether to automatically enable new controls when they are added to standards that are enabled.
|
DescribeHubResponse.Builder |
hubArn(String hubArn)
The ARN of the Hub resource that was retrieved.
|
DescribeHubResponse.Builder |
subscribedAt(String subscribedAt)
The date and time when Security Hub was enabled in the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeHubResponse.Builder hubArn(String hubArn)
The ARN of the Hub resource that was retrieved.
hubArn - The ARN of the Hub resource that was retrieved.DescribeHubResponse.Builder subscribedAt(String subscribedAt)
The date and time when Security Hub was enabled in the account.
subscribedAt - The date and time when Security Hub was enabled in the account.DescribeHubResponse.Builder autoEnableControls(Boolean autoEnableControls)
Whether to automatically enable new controls when they are added to standards that are enabled.
If set to true, then new controls for enabled standards are enabled automatically. If set to
false, then new controls are not enabled.
autoEnableControls - Whether to automatically enable new controls when they are added to standards that are enabled.
If set to true, then new controls for enabled standards are enabled automatically. If set
to false, then new controls are not enabled.
Copyright © 2022. All rights reserved.