Uses of Interface
software.amazon.awssdk.services.glue.model.TargetProcessingProperties.Builder
-
Packages that use TargetProcessingProperties.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TargetProcessingProperties.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TargetProcessingProperties.Builder Modifier and Type Method Description static TargetProcessingProperties.BuilderTargetProcessingProperties. builder()TargetProcessingProperties.BuilderTargetProcessingProperties.Builder. connectionName(String connectionName)The Glue network connection to configure the Glue job running in the customer VPC.TargetProcessingProperties.BuilderTargetProcessingProperties.Builder. eventBusArn(String eventBusArn)The ARN of an Eventbridge event bus to receive the integration status notification.TargetProcessingProperties.BuilderTargetProcessingProperties.Builder. kmsArn(String kmsArn)The ARN of the KMS key used for encryption.TargetProcessingProperties.BuilderTargetProcessingProperties.Builder. roleArn(String roleArn)The IAM role to access the Glue database.TargetProcessingProperties.BuilderTargetProcessingProperties. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TargetProcessingProperties.Builder Modifier and Type Method Description static Class<? extends TargetProcessingProperties.Builder>TargetProcessingProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TargetProcessingProperties.Builder Modifier and Type Method Description default CreateIntegrationResourcePropertyRequest.BuilderCreateIntegrationResourcePropertyRequest.Builder. targetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties)The resource properties associated with the integration target.default CreateIntegrationResourcePropertyResponse.BuilderCreateIntegrationResourcePropertyResponse.Builder. targetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties)The resource properties associated with the integration target.default GetIntegrationResourcePropertyResponse.BuilderGetIntegrationResourcePropertyResponse.Builder. targetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties)The resource properties associated with the integration target.default UpdateIntegrationResourcePropertyRequest.BuilderUpdateIntegrationResourcePropertyRequest.Builder. targetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties)The resource properties associated with the integration target.default UpdateIntegrationResourcePropertyResponse.BuilderUpdateIntegrationResourcePropertyResponse.Builder. targetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties)The resource properties associated with the integration target.
-