public static interface GetLogGroupFieldsRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<GetLogGroupFieldsRequest.Builder,GetLogGroupFieldsRequest>
Modifier and Type | Method and Description |
---|---|
GetLogGroupFieldsRequest.Builder |
logGroupName(String logGroupName)
The name of the log group to search.
|
GetLogGroupFieldsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetLogGroupFieldsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetLogGroupFieldsRequest.Builder |
time(Long time)
The time to set as the center of the query.
|
build
overrideConfiguration
copy
applyMutation, build
GetLogGroupFieldsRequest.Builder logGroupName(String logGroupName)
The name of the log group to search.
logGroupName
- The name of the log group to search.GetLogGroupFieldsRequest.Builder time(Long time)
The time to set as the center of the query. If you specify time
, the 8 minutes before and 8
minutes after this time are searched. If you omit time
, the past 15 minutes are queried.
The time
value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00
UTC.
time
- The time to set as the center of the query. If you specify time
, the 8 minutes before and
8 minutes after this time are searched. If you omit time
, the past 15 minutes are
queried.
The time
value is specified as epoch time, the number of seconds since January 1, 1970,
00:00:00 UTC.
GetLogGroupFieldsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetLogGroupFieldsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.