Interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails.Builder,,- AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails> - SdkBuilder<AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails.Builder,,- AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails> - SdkPojo
- Enclosing class:
- AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
@Mutable
@NotThreadSafe
public static interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails.Builder
extends SdkPojo, CopyableBuilder<AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails.Builder,AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionlogGroupArn(String logGroupArn) The ARN (ends with:*) of the CloudWatch Logs log group to which you want your logs emitted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
logGroupArnAwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails.Builder logGroupArn(String logGroupArn) The ARN (ends with :*) of the CloudWatch Logs log group to which you want your logs emitted.- Parameters:
- logGroupArn- The ARN (ends with- :*) of the CloudWatch Logs log group to which you want your logs emitted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-