Interface AssociateSourceToS3TableIntegrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<AssociateSourceToS3TableIntegrationResponse.Builder,,AssociateSourceToS3TableIntegrationResponse> SdkBuilder<AssociateSourceToS3TableIntegrationResponse.Builder,,AssociateSourceToS3TableIntegrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateSourceToS3TableIntegrationResponse
@Mutable
@NotThreadSafe
public static interface AssociateSourceToS3TableIntegrationResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<AssociateSourceToS3TableIntegrationResponse.Builder,AssociateSourceToS3TableIntegrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The unique identifier for the association between the data source and 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
-
identifier
The unique identifier for the association between the data source and S3 Table Integration.
- Parameters:
identifier- The unique identifier for the association between the data source and S3 Table Integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-