public static interface LogPublishingOptionsStatus.Builder extends SdkPojo, CopyableBuilder<LogPublishingOptionsStatus.Builder,LogPublishingOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
LogPublishingOptionsStatus.Builder |
options(Map<LogType,LogPublishingOption> options)
The log publishing options configured for the domain.
|
LogPublishingOptionsStatus.Builder |
optionsWithStrings(Map<String,LogPublishingOption> options)
The log publishing options configured for the domain.
|
default LogPublishingOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the log publishing options for the domain.
|
LogPublishingOptionsStatus.Builder |
status(OptionStatus status)
The status of the log publishing options for the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogPublishingOptionsStatus.Builder optionsWithStrings(Map<String,LogPublishingOption> options)
The log publishing options configured for the domain.
options - The log publishing options configured for the domain.LogPublishingOptionsStatus.Builder options(Map<LogType,LogPublishingOption> options)
The log publishing options configured for the domain.
options - The log publishing options configured for the domain.LogPublishingOptionsStatus.Builder status(OptionStatus status)
The status of the log publishing options for the domain.
status - The status of the log publishing options for the domain.default LogPublishingOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the log publishing options for the domain.
This is a convenience method that creates an instance of theOptionStatus.Builder avoiding the need
to create one manually via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).
status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2022. All rights reserved.