public static interface OrganizationDataSourceConfigurations.Builder extends SdkPojo, CopyableBuilder<OrganizationDataSourceConfigurations.Builder,OrganizationDataSourceConfigurations>
| Modifier and Type | Method and Description |
|---|---|
default OrganizationDataSourceConfigurations.Builder |
s3Logs(Consumer<OrganizationS3LogsConfiguration.Builder> s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
|
OrganizationDataSourceConfigurations.Builder |
s3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationDataSourceConfigurations.Builder s3Logs(OrganizationS3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
s3Logs - Describes whether S3 data event logs are enabled for new members of the organization.default OrganizationDataSourceConfigurations.Builder s3Logs(Consumer<OrganizationS3LogsConfiguration.Builder> s3Logs)
Describes whether S3 data event logs are enabled for new members of the organization.
This is a convenience that creates an instance of theOrganizationS3LogsConfiguration.Builder
avoiding the need to create one manually via OrganizationS3LogsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3Logs(OrganizationS3LogsConfiguration).s3Logs - a consumer that will call methods on OrganizationS3LogsConfiguration.Builders3Logs(OrganizationS3LogsConfiguration)Copyright © 2020. All rights reserved.