public static interface LoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
Modifier and Type | Method and Description |
---|---|
LoggingConfiguration.Builder |
logDestinationConfigs(Collection<String> logDestinationConfigs)
An array of Amazon Kinesis Data Firehose ARNs.
|
LoggingConfiguration.Builder |
logDestinationConfigs(String... logDestinationConfigs)
An array of Amazon Kinesis Data Firehose ARNs.
|
LoggingConfiguration.Builder |
redactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want redacted from the logs.
|
LoggingConfiguration.Builder |
redactedFields(Consumer<FieldToMatch.Builder>... redactedFields)
The parts of the request that you want redacted from the logs.
|
LoggingConfiguration.Builder |
redactedFields(FieldToMatch... redactedFields)
The parts of the request that you want redacted from the logs.
|
LoggingConfiguration.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with
LogDestinationConfigs . |
copy
applyMutation, build
LoggingConfiguration.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with
LogDestinationConfigs
.
resourceArn
- The Amazon Resource Name (ARN) of the web ACL that you want to associate with
LogDestinationConfigs
.LoggingConfiguration.Builder logDestinationConfigs(Collection<String> logDestinationConfigs)
An array of Amazon Kinesis Data Firehose ARNs.
logDestinationConfigs
- An array of Amazon Kinesis Data Firehose ARNs.LoggingConfiguration.Builder logDestinationConfigs(String... logDestinationConfigs)
An array of Amazon Kinesis Data Firehose ARNs.
logDestinationConfigs
- An array of Amazon Kinesis Data Firehose ARNs.LoggingConfiguration.Builder redactedFields(Collection<FieldToMatch> redactedFields)
The parts of the request that you want redacted from the logs. For example, if you redact the cookie field,
the cookie field in the firehose will be xxx
.
redactedFields
- The parts of the request that you want redacted from the logs. For example, if you redact the cookie
field, the cookie field in the firehose will be xxx
.LoggingConfiguration.Builder redactedFields(FieldToMatch... redactedFields)
The parts of the request that you want redacted from the logs. For example, if you redact the cookie field,
the cookie field in the firehose will be xxx
.
redactedFields
- The parts of the request that you want redacted from the logs. For example, if you redact the cookie
field, the cookie field in the firehose will be xxx
.LoggingConfiguration.Builder redactedFields(Consumer<FieldToMatch.Builder>... redactedFields)
The parts of the request that you want redacted from the logs. For example, if you redact the cookie field,
the cookie field in the firehose will be xxx
.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #redactedFields(List)
.redactedFields
- a consumer that will call methods on List.Builder
#redactedFields(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.