Interface DescribeInboundIntegrationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInboundIntegrationsRequest.Builder,,DescribeInboundIntegrationsRequest> GlueRequest.Builder,SdkBuilder<DescribeInboundIntegrationsRequest.Builder,,DescribeInboundIntegrationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeInboundIntegrationsRequest
@Mutable
@NotThreadSafe
public static interface DescribeInboundIntegrationsRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DescribeInboundIntegrationsRequest.Builder,DescribeInboundIntegrationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationArn(String integrationArn) The Amazon Resource Name (ARN) of the integration.A token to specify where to start paginating.maxRecords(Integer maxRecords) The total number of items to return in the output.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the target resource in the integration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
integrationArn
The Amazon Resource Name (ARN) of the integration.
- Parameters:
integrationArn- The Amazon Resource Name (ARN) of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
A token to specify where to start paginating. This is the marker from a previously truncated response.
- Parameters:
marker- A token to specify where to start paginating. This is the marker from a previously truncated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
The total number of items to return in the output.
- Parameters:
maxRecords- The total number of items to return in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetArn
The Amazon Resource Name (ARN) of the target resource in the integration.
- Parameters:
targetArn- The Amazon Resource Name (ARN) of the target resource in the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInboundIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeInboundIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-