public static interface BrokerLogs.Builder extends SdkPojo, CopyableBuilder<BrokerLogs.Builder,BrokerLogs>
| Modifier and Type | Method and Description |
|---|---|
BrokerLogs.Builder |
cloudWatchLogs(CloudWatchLogs cloudWatchLogs)
Sets the value of the CloudWatchLogs property for this object.
|
default BrokerLogs.Builder |
cloudWatchLogs(Consumer<CloudWatchLogs.Builder> cloudWatchLogs)
Sets the value of the CloudWatchLogs property for this object.
|
default BrokerLogs.Builder |
firehose(Consumer<Firehose.Builder> firehose)
Sets the value of the Firehose property for this object.
|
BrokerLogs.Builder |
firehose(Firehose firehose)
Sets the value of the Firehose property for this object.
|
default BrokerLogs.Builder |
s3(Consumer<S3.Builder> s3)
Sets the value of the S3 property for this object.
|
BrokerLogs.Builder |
s3(S3 s3)
Sets the value of the S3 property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBrokerLogs.Builder cloudWatchLogs(CloudWatchLogs cloudWatchLogs)
cloudWatchLogs - The new value for the CloudWatchLogs property for this object.default BrokerLogs.Builder cloudWatchLogs(Consumer<CloudWatchLogs.Builder> cloudWatchLogs)
CloudWatchLogs.Builder avoiding the need
to create one manually via CloudWatchLogs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cloudWatchLogs(CloudWatchLogs).
cloudWatchLogs - a consumer that will call methods on CloudWatchLogs.BuildercloudWatchLogs(CloudWatchLogs)BrokerLogs.Builder firehose(Firehose firehose)
firehose - The new value for the Firehose property for this object.default BrokerLogs.Builder firehose(Consumer<Firehose.Builder> firehose)
Firehose.Builder avoiding the need to
create one manually via Firehose.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to firehose(Firehose).
firehose - a consumer that will call methods on Firehose.Builderfirehose(Firehose)BrokerLogs.Builder s3(S3 s3)
s3 - The new value for the S3 property for this object.default BrokerLogs.Builder s3(Consumer<S3.Builder> s3)
S3.Builder avoiding the need to create
one manually via S3.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3(S3).
s3 - a consumer that will call methods on S3.Builders3(S3)Copyright © 2023. All rights reserved.