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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateSourceToS3TableIntegrationResponse.Builderidentifier(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
identifier
AssociateSourceToS3TableIntegrationResponse.Builder identifier(String 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.
-
-