public static interface GetFindingsPublicationConfigurationResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetFindingsPublicationConfigurationResponse.Builder,GetFindingsPublicationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFindingsPublicationConfigurationResponse.Builder |
securityHubConfiguration(Consumer<SecurityHubConfiguration.Builder> securityHubConfiguration)
The configuration settings that determine which findings are published to Security Hub.
|
GetFindingsPublicationConfigurationResponse.Builder |
securityHubConfiguration(SecurityHubConfiguration securityHubConfiguration)
The configuration settings that determine which findings are published to Security Hub.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsPublicationConfigurationResponse.Builder securityHubConfiguration(SecurityHubConfiguration securityHubConfiguration)
The configuration settings that determine which findings are published to Security Hub.
securityHubConfiguration - The configuration settings that determine which findings are published to Security Hub.default GetFindingsPublicationConfigurationResponse.Builder securityHubConfiguration(Consumer<SecurityHubConfiguration.Builder> securityHubConfiguration)
The configuration settings that determine which findings are published to Security Hub.
This is a convenience that creates an instance of theSecurityHubConfiguration.Builder avoiding the
need to create one manually via SecurityHubConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to securityHubConfiguration(SecurityHubConfiguration).securityHubConfiguration - a consumer that will call methods on SecurityHubConfiguration.BuildersecurityHubConfiguration(SecurityHubConfiguration)Copyright © 2021. All rights reserved.