Class DeliveryDestinationConfiguration
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestinationConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeliveryDestinationConfiguration.Builder,DeliveryDestinationConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class DeliveryDestinationConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DeliveryDestinationConfiguration.Builder,DeliveryDestinationConfiguration>
A structure that contains information about one logs delivery destination.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe ARN of the Amazon Web Services destination that this delivery destination represents.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DeliveryDestinationConfiguration.Builder>final StringtoString()Returns a string representation of this object.Methods 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
-
destinationResourceArn
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
- Returns:
- The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeliveryDestinationConfiguration.Builder,DeliveryDestinationConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-