Interface CreateIntegrationResourcePropertyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateIntegrationResourcePropertyRequest.Builder,CreateIntegrationResourcePropertyRequest>,GlueRequest.Builder,SdkBuilder<CreateIntegrationResourcePropertyRequest.Builder,CreateIntegrationResourcePropertyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateIntegrationResourcePropertyRequest
public static interface CreateIntegrationResourcePropertyRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateIntegrationResourcePropertyRequest.Builder,CreateIntegrationResourcePropertyRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceArn
CreateIntegrationResourcePropertyRequest.Builder resourceArn(String resourceArn)
The connection ARN of the source, or the database ARN of the target.
- Parameters:
resourceArn- The connection ARN of the source, or the database ARN of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceProcessingProperties
CreateIntegrationResourcePropertyRequest.Builder sourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties)
The resource properties associated with the integration source.
- Parameters:
sourceProcessingProperties- The resource properties associated with the integration source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceProcessingProperties
default CreateIntegrationResourcePropertyRequest.Builder sourceProcessingProperties(Consumer<SourceProcessingProperties.Builder> sourceProcessingProperties)
The resource properties associated with the integration source.
This is a convenience method that creates an instance of theSourceProcessingProperties.Builderavoiding the need to create one manually viaSourceProcessingProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceProcessingProperties(SourceProcessingProperties).- Parameters:
sourceProcessingProperties- a consumer that will call methods onSourceProcessingProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceProcessingProperties(SourceProcessingProperties)
-
targetProcessingProperties
CreateIntegrationResourcePropertyRequest.Builder targetProcessingProperties(TargetProcessingProperties targetProcessingProperties)
The resource properties associated with the integration target.
- Parameters:
targetProcessingProperties- The resource properties associated with the integration target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetProcessingProperties
default CreateIntegrationResourcePropertyRequest.Builder targetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties)
The resource properties associated with the integration target.
This is a convenience method that creates an instance of theTargetProcessingProperties.Builderavoiding the need to create one manually viaTargetProcessingProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetProcessingProperties(TargetProcessingProperties).- Parameters:
targetProcessingProperties- a consumer that will call methods onTargetProcessingProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
targetProcessingProperties(TargetProcessingProperties)
-
overrideConfiguration
CreateIntegrationResourcePropertyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateIntegrationResourcePropertyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-