Interface DescribeEmailMonitoringConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeEmailMonitoringConfigurationResponse.Builder,
,DescribeEmailMonitoringConfigurationResponse> SdkBuilder<DescribeEmailMonitoringConfigurationResponse.Builder,
,DescribeEmailMonitoringConfigurationResponse> SdkPojo
,SdkResponse.Builder
,WorkMailResponse.Builder
- Enclosing class:
DescribeEmailMonitoringConfigurationResponse
public static interface DescribeEmailMonitoringConfigurationResponse.Builder
extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeEmailMonitoringConfigurationResponse.Builder,DescribeEmailMonitoringConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupArn
(String logGroupArn) The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
roleArn
The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupArn
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
- Parameters:
logGroupArn
- The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-