public static interface DescribeInboundIntegrationsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeInboundIntegrationsResponse.Builder,DescribeInboundIntegrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInboundIntegrationsResponse.Builder |
inboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
|
DescribeInboundIntegrationsResponse.Builder |
inboundIntegrations(Consumer<InboundIntegration.Builder>... inboundIntegrations)
A list of InboundIntegration instances.
|
DescribeInboundIntegrationsResponse.Builder |
inboundIntegrations(InboundIntegration... inboundIntegrations)
A list of InboundIntegration instances.
|
DescribeInboundIntegrationsResponse.Builder |
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInboundIntegrationsResponse.Builder marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker
value in the Marker parameter and retrying the command. If the Marker field is
empty, all response records have been retrieved for the request.
marker - A value that indicates the starting point for the next set of response records in a subsequent
request. If a value is returned in a response, you can retrieve the next set of records by providing
this returned marker value in the Marker parameter and retrying the command. If the
Marker field is empty, all response records have been retrieved for the request.DescribeInboundIntegrationsResponse.Builder inboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
inboundIntegrations - A list of InboundIntegration instances.DescribeInboundIntegrationsResponse.Builder inboundIntegrations(InboundIntegration... inboundIntegrations)
A list of InboundIntegration instances.
inboundIntegrations - A list of InboundIntegration instances.DescribeInboundIntegrationsResponse.Builder inboundIntegrations(Consumer<InboundIntegration.Builder>... inboundIntegrations)
A list of InboundIntegration instances.
This is a convenience method that creates an instance of theInboundIntegration.Builder avoiding the need to create
one manually via InboundIntegration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #inboundIntegrations(List.
inboundIntegrations - a consumer that will call methods on
InboundIntegration.Builder#inboundIntegrations(java.util.Collection) Copyright © 2023. All rights reserved.