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