Interface LogSettingsResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>,SdkBuilder<LogSettingsResponse.Builder,LogSettingsResponse>,SdkPojo
- Enclosing class:
- LogSettingsResponse
public static interface LogSettingsResponse.Builder extends SdkPojo, CopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogSettingsResponse.Builderdestination(String destination)The destination where logs are delivered.LogSettingsResponse.Builderdestination(Destination destination)The destination where logs are delivered.LogSettingsResponse.BuilderkmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.LogSettingsResponse.BuilderlogType(String logType)The type of logging that is enabled.LogSettingsResponse.BuilderlogType(LogType logType)The type of logging that is enabled.LogSettingsResponse.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.LogSettingsResponse.BuilderresourcePrefix(String resourcePrefix)The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs.-
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
-
logType
LogSettingsResponse.Builder logType(String logType)
The type of logging that is enabled.
-
logType
LogSettingsResponse.Builder logType(LogType logType)
The type of logging that is enabled.
-
destination
LogSettingsResponse.Builder destination(String destination)
The destination where logs are delivered.
- Parameters:
destination- The destination where logs are delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Destination,Destination
-
destination
LogSettingsResponse.Builder destination(Destination destination)
The destination where logs are delivered.
- Parameters:
destination- The destination where logs are delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Destination,Destination
-
kmsKeyArn
LogSettingsResponse.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
LogSettingsResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourcePrefix
LogSettingsResponse.Builder resourcePrefix(String resourcePrefix)
The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified.
- Parameters:
resourcePrefix- The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-