Interface CreateImportTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<CreateImportTaskResponse.Builder,,CreateImportTaskResponse> SdkBuilder<CreateImportTaskResponse.Builder,,CreateImportTaskResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateImportTaskResponse
@Mutable
@NotThreadSafe
public static interface CreateImportTaskResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<CreateImportTaskResponse.Builder,CreateImportTaskResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Long creationTime) The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.importDestinationArn(String importDestinationArn) The ARN of the CloudWatch Logs log group created as the destination for the imported events.A unique identifier for the import task.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
-
importId
A unique identifier for the import task.
- Parameters:
importId- A unique identifier for the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importDestinationArn
The ARN of the CloudWatch Logs log group created as the destination for the imported events.
- Parameters:
importDestinationArn- The ARN of the CloudWatch Logs log group created as the destination for the imported events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Parameters:
creationTime- The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-