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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeliveryDestinationConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeliveryDestinationConfiguration.Builderbuilder()StringdestinationResourceArn()The ARN of the Amazon Web Services destination that this delivery destination represents.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeliveryDestinationConfiguration.Builder>serializableBuilderClass()DeliveryDestinationConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
destinationResourceArn
public final String 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
public DeliveryDestinationConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeliveryDestinationConfiguration.Builder,DeliveryDestinationConfiguration>
-
builder
public static DeliveryDestinationConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeliveryDestinationConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-