Interface GetIntegrationResourcePropertyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIntegrationResourcePropertyRequest.Builder,GetIntegrationResourcePropertyRequest>,GlueRequest.Builder,SdkBuilder<GetIntegrationResourcePropertyRequest.Builder,GetIntegrationResourcePropertyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIntegrationResourcePropertyRequest
public static interface GetIntegrationResourcePropertyRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetIntegrationResourcePropertyRequest.Builder,GetIntegrationResourcePropertyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIntegrationResourcePropertyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationResourcePropertyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationResourcePropertyRequest.BuilderresourceArn(String resourceArn)The connection ARN of the source, or the database ARN of the target.-
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
GetIntegrationResourcePropertyRequest.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.
-
overrideConfiguration
GetIntegrationResourcePropertyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIntegrationResourcePropertyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-