public static interface LogPublishingOptionsStatus.Builder extends CopyableBuilder<LogPublishingOptionsStatus.Builder,LogPublishingOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
LogPublishingOptionsStatus.Builder |
options(Map<String,LogPublishingOption> options)
The log publishing options configured for the Elasticsearch domain.
|
default LogPublishingOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the log publishing options for the Elasticsearch domain.
|
LogPublishingOptionsStatus.Builder |
status(OptionStatus status)
The status of the log publishing options for the Elasticsearch domain.
|
copyapply, buildLogPublishingOptionsStatus.Builder options(Map<String,LogPublishingOption> options)
The log publishing options configured for the Elasticsearch domain.
options - The log publishing options configured for the Elasticsearch domain.LogPublishingOptionsStatus.Builder status(OptionStatus status)
The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the
status information that's included.
status - The status of the log publishing options for the Elasticsearch domain. See OptionStatus
for the status information that's included.default LogPublishingOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the log publishing options for the Elasticsearch domain. See OptionStatus for the
status information that's included.
OptionStatus.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.