public static interface AwsStepFunctionStateMachineLoggingConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsStepFunctionStateMachineLoggingConfigurationDetails.Builder,AwsStepFunctionStateMachineLoggingConfigurationDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsStepFunctionStateMachineLoggingConfigurationDetails.Builder destinations(Collection<AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails> destinations)
An array of objects that describes where your execution history events will be logged.
destinations - An array of objects that describes where your execution history events will be logged.AwsStepFunctionStateMachineLoggingConfigurationDetails.Builder destinations(AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails... destinations)
An array of objects that describes where your execution history events will be logged.
destinations - An array of objects that describes where your execution history events will be logged.AwsStepFunctionStateMachineLoggingConfigurationDetails.Builder destinations(Consumer<AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails.Builder>... destinations)
An array of objects that describes where your execution history events will be logged.
This is a convenience method that creates an instance of theAwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails.Builder
avoiding the need to create one manually via
AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #destinations(List.
destinations - a consumer that will call methods on
AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails.Builder#destinations(java.util.Collection) AwsStepFunctionStateMachineLoggingConfigurationDetails.Builder includeExecutionData(Boolean includeExecutionData)
Determines whether execution data is included in your log. When set to false, data is excluded.
includeExecutionData - Determines whether execution data is included in your log. When set to false, data is excluded.AwsStepFunctionStateMachineLoggingConfigurationDetails.Builder level(String level)
Defines which category of execution history events are logged.
level - Defines which category of execution history events are logged.Copyright © 2023. All rights reserved.