Interface CloudWatchLogsDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogsDestination.Builder,CloudWatchLogsDestination>,SdkBuilder<CloudWatchLogsDestination.Builder,CloudWatchLogsDestination>,SdkPojo
- Enclosing class:
- CloudWatchLogsDestination
public static interface CloudWatchLogsDestination.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsDestination.Builder,CloudWatchLogsDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLogsDestination.BuilderiamRoleArn(String iamRoleArn)The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.CloudWatchLogsDestination.BuilderlogGroupArn(String logGroupArn)The name of the Amazon CloudWatch Log Group that you want to record events in.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
iamRoleArn
CloudWatchLogsDestination.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.- Parameters:
iamRoleArn- The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupArn
CloudWatchLogsDestination.Builder logGroupArn(String logGroupArn)
The name of the Amazon CloudWatch Log Group that you want to record events in.- Parameters:
logGroupArn- The name of the Amazon CloudWatch Log Group that you want to record events in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-