Interface ListS3TableIntegrationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListS3TableIntegrationsResponse.Builder,,ListS3TableIntegrationsResponse> ObservabilityAdminResponse.Builder,SdkBuilder<ListS3TableIntegrationsResponse.Builder,,ListS3TableIntegrationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListS3TableIntegrationsResponse
@Mutable
@NotThreadSafe
public static interface ListS3TableIntegrationsResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<ListS3TableIntegrationsResponse.Builder,ListS3TableIntegrationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationSummaries(Collection<IntegrationSummary> integrationSummaries) A list of S3 Table integration summaries containing key information about each integration.integrationSummaries(Consumer<IntegrationSummary.Builder>... integrationSummaries) A list of S3 Table integration summaries containing key information about each integration.integrationSummaries(IntegrationSummary... integrationSummaries) A list of S3 Table integration summaries containing key information about each integration.A token to resume pagination of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
integrationSummaries
ListS3TableIntegrationsResponse.Builder integrationSummaries(Collection<IntegrationSummary> integrationSummaries) A list of S3 Table integration summaries containing key information about each integration.
- Parameters:
integrationSummaries- A list of S3 Table integration summaries containing key information about each integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationSummaries
ListS3TableIntegrationsResponse.Builder integrationSummaries(IntegrationSummary... integrationSummaries) A list of S3 Table integration summaries containing key information about each integration.
- Parameters:
integrationSummaries- A list of S3 Table integration summaries containing key information about each integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationSummaries
ListS3TableIntegrationsResponse.Builder integrationSummaries(Consumer<IntegrationSummary.Builder>... integrationSummaries) A list of S3 Table integration summaries containing key information about each integration.
This is a convenience method that creates an instance of theIntegrationSummary.Builderavoiding the need to create one manually viaIntegrationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegrationSummaries(List<IntegrationSummary>).- Parameters:
integrationSummaries- a consumer that will call methods onIntegrationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to resume pagination of results.
- Parameters:
nextToken- A token to resume pagination of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-