Class TargetProcessingProperties
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.TargetProcessingProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TargetProcessingProperties.Builder,TargetProcessingProperties>
@Generated("software.amazon.awssdk:codegen") public final class TargetProcessingProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetProcessingProperties.Builder,TargetProcessingProperties>
The resource properties associated with the integration target.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTargetProcessingProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TargetProcessingProperties.Builderbuilder()StringconnectionName()The Glue network connection to configure the Glue job running in the customer VPC.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventBusArn()The ARN of an Eventbridge event bus to receive the integration status notification.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsArn()The ARN of the KMS key used for encryption.StringroleArn()The IAM role to access the Glue database.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TargetProcessingProperties.Builder>serializableBuilderClass()TargetProcessingProperties.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
-
roleArn
public final String roleArn()
The IAM role to access the Glue database.
- Returns:
- The IAM role to access the Glue database.
-
kmsArn
public final String kmsArn()
The ARN of the KMS key used for encryption.
- Returns:
- The ARN of the KMS key used for encryption.
-
connectionName
public final String connectionName()
The Glue network connection to configure the Glue job running in the customer VPC.
- Returns:
- The Glue network connection to configure the Glue job running in the customer VPC.
-
eventBusArn
public final String eventBusArn()
The ARN of an Eventbridge event bus to receive the integration status notification.
- Returns:
- The ARN of an Eventbridge event bus to receive the integration status notification.
-
toBuilder
public TargetProcessingProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TargetProcessingProperties.Builder,TargetProcessingProperties>
-
builder
public static TargetProcessingProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends TargetProcessingProperties.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
-
-