Interface GetIntegrationResourcePropertyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIntegrationResourcePropertyResponse.Builder,GetIntegrationResourcePropertyResponse>,GlueResponse.Builder,SdkBuilder<GetIntegrationResourcePropertyResponse.Builder,GetIntegrationResourcePropertyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIntegrationResourcePropertyResponse
public static interface GetIntegrationResourcePropertyResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetIntegrationResourcePropertyResponse.Builder,GetIntegrationResourcePropertyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetIntegrationResourcePropertyResponse.BuilderresourceArn(String resourceArn)The connection ARN of the source, or the database ARN of the target.default GetIntegrationResourcePropertyResponse.BuildersourceProcessingProperties(Consumer<SourceProcessingProperties.Builder> sourceProcessingProperties)The resource properties associated with the integration source.GetIntegrationResourcePropertyResponse.BuildersourceProcessingProperties(SourceProcessingProperties sourceProcessingProperties)The resource properties associated with the integration source.default GetIntegrationResourcePropertyResponse.BuildertargetProcessingProperties(Consumer<TargetProcessingProperties.Builder> targetProcessingProperties)The resource properties associated with the integration target.GetIntegrationResourcePropertyResponse.BuildertargetProcessingProperties(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 Detail
-
resourceArn
GetIntegrationResourcePropertyResponse.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
GetIntegrationResourcePropertyResponse.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 GetIntegrationResourcePropertyResponse.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
GetIntegrationResourcePropertyResponse.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 GetIntegrationResourcePropertyResponse.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)
-
-