public static interface LoggingConfigurationMetadata.Builder extends SdkPojo, CopyableBuilder<LoggingConfigurationMetadata.Builder,LoggingConfigurationMetadata>
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationMetadata.Builder |
createdAt(Instant createdAt)
The time when the logging configuration was created.
|
LoggingConfigurationMetadata.Builder |
logGroupArn(String logGroupArn)
The ARN of the CW log group to which the vended log data will be published.
|
LoggingConfigurationMetadata.Builder |
modifiedAt(Instant modifiedAt)
The time when the logging configuration was modified.
|
default LoggingConfigurationMetadata.Builder |
status(Consumer<LoggingConfigurationStatus.Builder> status)
The status of the logging configuration.
|
LoggingConfigurationMetadata.Builder |
status(LoggingConfigurationStatus status)
The status of the logging configuration.
|
LoggingConfigurationMetadata.Builder |
workspace(String workspace)
The workspace where the logging configuration exists.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfigurationMetadata.Builder createdAt(Instant createdAt)
The time when the logging configuration was created.
createdAt - The time when the logging configuration was created.LoggingConfigurationMetadata.Builder logGroupArn(String logGroupArn)
The ARN of the CW log group to which the vended log data will be published.
logGroupArn - The ARN of the CW log group to which the vended log data will be published.LoggingConfigurationMetadata.Builder modifiedAt(Instant modifiedAt)
The time when the logging configuration was modified.
modifiedAt - The time when the logging configuration was modified.LoggingConfigurationMetadata.Builder status(LoggingConfigurationStatus status)
The status of the logging configuration.
status - The status of the logging configuration.default LoggingConfigurationMetadata.Builder status(Consumer<LoggingConfigurationStatus.Builder> status)
The status of the logging configuration.
This is a convenience method that creates an instance of theLoggingConfigurationStatus.Builder
avoiding the need to create one manually via LoggingConfigurationStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to status(LoggingConfigurationStatus).
status - a consumer that will call methods on LoggingConfigurationStatus.Builderstatus(LoggingConfigurationStatus)LoggingConfigurationMetadata.Builder workspace(String workspace)
The workspace where the logging configuration exists.
workspace - The workspace where the logging configuration exists.Copyright © 2022. All rights reserved.