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 |
controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)
Specifies whether the calling account has consolidated control findings turned on.
|
DescribeHubResponse.Builder |
controlFindingGenerator(String controlFindingGenerator)
Specifies whether the calling account has consolidated control findings turned on.
|
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.
DescribeHubResponse.Builder controlFindingGenerator(String controlFindingGenerator)
Specifies whether the calling account has consolidated control findings turned on. If the value for this
field is set to SECURITY_CONTROL, Security Hub generates a single finding for a control check
even when the check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate findings
for a control check when the check applies to multiple enabled standards.
The value for this field in a member account matches the value in the administrator account. For accounts
that aren't part of an organization, the default value of this field is SECURITY_CONTROL if you
enabled Security Hub on or after February 23, 2023.
controlFindingGenerator - Specifies whether the calling account has consolidated control findings turned on. If the value for
this field is set to SECURITY_CONTROL, Security Hub generates a single finding for a
control check even when the check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate
findings for a control check when the check applies to multiple enabled standards.
The value for this field in a member account matches the value in the administrator account. For
accounts that aren't part of an organization, the default value of this field is
SECURITY_CONTROL if you enabled Security Hub on or after February 23, 2023.
ControlFindingGenerator,
ControlFindingGeneratorDescribeHubResponse.Builder controlFindingGenerator(ControlFindingGenerator controlFindingGenerator)
Specifies whether the calling account has consolidated control findings turned on. If the value for this
field is set to SECURITY_CONTROL, Security Hub generates a single finding for a control check
even when the check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate findings
for a control check when the check applies to multiple enabled standards.
The value for this field in a member account matches the value in the administrator account. For accounts
that aren't part of an organization, the default value of this field is SECURITY_CONTROL if you
enabled Security Hub on or after February 23, 2023.
controlFindingGenerator - Specifies whether the calling account has consolidated control findings turned on. If the value for
this field is set to SECURITY_CONTROL, Security Hub generates a single finding for a
control check even when the check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate
findings for a control check when the check applies to multiple enabled standards.
The value for this field in a member account matches the value in the administrator account. For
accounts that aren't part of an organization, the default value of this field is
SECURITY_CONTROL if you enabled Security Hub on or after February 23, 2023.
ControlFindingGenerator,
ControlFindingGeneratorCopyright © 2023. All rights reserved.