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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateImportTaskResponse.BuildercreationTime(Long creationTime)The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.CreateImportTaskResponse.BuilderimportDestinationArn(String importDestinationArn)The ARN of the CloudWatch Logs log group created as the destination for the imported events.CreateImportTaskResponse.BuilderimportId(String importId)A unique identifier for the import task.-
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
-
importId
CreateImportTaskResponse.Builder importId(String 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
CreateImportTaskResponse.Builder importDestinationArn(String 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
CreateImportTaskResponse.Builder creationTime(Long 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.
-
-