Interface GetTransformerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudWatchLogsResponse.Builder
,CopyableBuilder<GetTransformerResponse.Builder,
,GetTransformerResponse> SdkBuilder<GetTransformerResponse.Builder,
,GetTransformerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTransformerResponse
@Mutable
@NotThreadSafe
public static interface GetTransformerResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<GetTransformerResponse.Builder,GetTransformerResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Long creationTime) The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.lastModifiedTime
(Long lastModifiedTime) The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.logGroupIdentifier
(String logGroupIdentifier) The ARN of the log group that you specified in your request.transformerConfig
(Collection<Processor> transformerConfig) This sructure contains the configuration of the requested transformer.transformerConfig
(Consumer<Processor.Builder>... transformerConfig) This sructure contains the configuration of the requested transformer.transformerConfig
(Processor... transformerConfig) This sructure contains the configuration of the requested transformer.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 Details
-
logGroupIdentifier
The ARN of the log group that you specified in your request.
- Parameters:
logGroupIdentifier
- The ARN of the log group that you specified in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Parameters:
creationTime
- The creation time of the transformer, 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.
-
lastModifiedTime
The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Parameters:
lastModifiedTime
- The date and time when this transformer was most recently modified, 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.
-
transformerConfig
This sructure contains the configuration of the requested transformer.
- Parameters:
transformerConfig
- This sructure contains the configuration of the requested transformer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformerConfig
This sructure contains the configuration of the requested transformer.
- Parameters:
transformerConfig
- This sructure contains the configuration of the requested transformer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformerConfig
This sructure contains the configuration of the requested transformer.
This is a convenience method that creates an instance of theProcessor.Builder
avoiding the need to create one manually viaProcessor.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totransformerConfig(List<Processor>)
.- Parameters:
transformerConfig
- a consumer that will call methods onProcessor.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-