Interface UpdateIntegrationResourcePropertyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateIntegrationResourcePropertyResponse.Builder,
,UpdateIntegrationResourcePropertyResponse> GlueResponse.Builder
,SdkBuilder<UpdateIntegrationResourcePropertyResponse.Builder,
,UpdateIntegrationResourcePropertyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateIntegrationResourcePropertyResponse
@Mutable
@NotThreadSafe
public static interface UpdateIntegrationResourcePropertyResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<UpdateIntegrationResourcePropertyResponse.Builder,UpdateIntegrationResourcePropertyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresourceArn
(String resourceArn) The connection ARN of the source, or the database ARN of the target.sourceProcessingProperties
(Consumer<SourceProcessingProperties.Builder> sourceProcessingProperties) The resource properties associated with the integration source.sourceProcessingProperties
(SourceProcessingProperties sourceProcessingProperties) The resource properties associated with the integration source.targetProcessingProperties
(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties) The resource properties associated with the integration target.targetProcessingProperties
(TargetProcessingProperties targetProcessingProperties) The resource properties associated with the integration target.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
UpdateIntegrationResourcePropertyResponse.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 UpdateIntegrationResourcePropertyResponse.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.Builder
avoiding the need to create one manually viaSourceProcessingProperties.builder()
.When the
Consumer
completes,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:
-
targetProcessingProperties
UpdateIntegrationResourcePropertyResponse.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 UpdateIntegrationResourcePropertyResponse.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.Builder
avoiding the need to create one manually viaTargetProcessingProperties.builder()
.When the
Consumer
completes,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:
-