Class IotEventsDestinationConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.iotanalytics.model.IotEventsDestinationConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class IotEventsDestinationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>
Configuration information for delivery of dataset contents to IoT Events.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIotEventsDestinationConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IotEventsDestinationConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputName()The name of the IoT Events input to which dataset contents are delivered.StringroleArn()The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IotEventsDestinationConfiguration.Builder>serializableBuilderClass()IotEventsDestinationConfiguration.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
-
inputName
public final String inputName()
The name of the IoT Events input to which dataset contents are delivered.
- Returns:
- The name of the IoT Events input to which dataset contents are delivered.
-
roleArn
public final String roleArn()
The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
- Returns:
- The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.
-
toBuilder
public IotEventsDestinationConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IotEventsDestinationConfiguration.Builder,IotEventsDestinationConfiguration>
-
builder
public static IotEventsDestinationConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends IotEventsDestinationConfiguration.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
-
-