Interface DescribeInboundIntegrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInboundIntegrationsRequest.Builder,DescribeInboundIntegrationsRequest>,GlueRequest.Builder,SdkBuilder<DescribeInboundIntegrationsRequest.Builder,DescribeInboundIntegrationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeInboundIntegrationsRequest
public static interface DescribeInboundIntegrationsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DescribeInboundIntegrationsRequest.Builder,DescribeInboundIntegrationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeInboundIntegrationsRequest.BuilderintegrationArn(String integrationArn)The Amazon Resource Name (ARN) of the integration.DescribeInboundIntegrationsRequest.Buildermarker(String marker)A token to specify where to start paginating.DescribeInboundIntegrationsRequest.BuildermaxRecords(Integer maxRecords)The total number of items to return in the output.DescribeInboundIntegrationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeInboundIntegrationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeInboundIntegrationsRequest.BuildertargetArn(String targetArn)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 Detail
-
integrationArn
DescribeInboundIntegrationsRequest.Builder integrationArn(String 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
DescribeInboundIntegrationsRequest.Builder marker(String 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
DescribeInboundIntegrationsRequest.Builder maxRecords(Integer 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
DescribeInboundIntegrationsRequest.Builder targetArn(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeInboundIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-