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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateSourceFromS3TableIntegrationResponse.Builderidentifier(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, 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
DisassociateSourceFromS3TableIntegrationResponse.Builder identifier(String 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.
-
-