Interface ListSourcesForS3TableIntegrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<ListSourcesForS3TableIntegrationResponse.Builder,,ListSourcesForS3TableIntegrationResponse> SdkBuilder<ListSourcesForS3TableIntegrationResponse.Builder,,ListSourcesForS3TableIntegrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListSourcesForS3TableIntegrationResponse
@Mutable
@NotThreadSafe
public static interface ListSourcesForS3TableIntegrationResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<ListSourcesForS3TableIntegrationResponse.Builder,ListSourcesForS3TableIntegrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the NextToken property for this object.sources(Collection<S3TableIntegrationSource> sources) The list of data source associations for the specified S3 Table Integration.sources(Consumer<S3TableIntegrationSource.Builder>... sources) The list of data source associations for the specified S3 Table Integration.sources(S3TableIntegrationSource... sources) The list of data source associations for the specified S3 Table Integration.Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
sources
ListSourcesForS3TableIntegrationResponse.Builder sources(Collection<S3TableIntegrationSource> sources) The list of data source associations for the specified S3 Table Integration.
- Parameters:
sources- The list of data source associations for the specified S3 Table Integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
The list of data source associations for the specified S3 Table Integration.
- Parameters:
sources- The list of data source associations for the specified S3 Table Integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
ListSourcesForS3TableIntegrationResponse.Builder sources(Consumer<S3TableIntegrationSource.Builder>... sources) The list of data source associations for the specified S3 Table Integration.
This is a convenience method that creates an instance of theS3TableIntegrationSource.Builderavoiding the need to create one manually viaS3TableIntegrationSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosources(List<S3TableIntegrationSource>).- Parameters:
sources- a consumer that will call methods onS3TableIntegrationSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-