Class CreateQueryLoggingConfigRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateQueryLoggingConfigRequest.Builder,CreateQueryLoggingConfigRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the hosted zone that you want to log queries for.static Class<? extends CreateQueryLoggingConfigRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hostedZoneId
The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.
- Returns:
- The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.
-
cloudWatchLogsLogGroupArn
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the Amazon Web Services SDKs.
- Returns:
- The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the Amazon Web Services SDKs.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateQueryLoggingConfigRequest.Builder,CreateQueryLoggingConfigRequest> - Specified by:
toBuilderin classRoute53Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-