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
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 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-