Interface ListEventLogsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCatalystRequest.Builder,CopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>,SdkBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEventLogsRequest
public static interface ListEventLogsRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListEventLogsRequest.Builder,ListEventLogsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventLogsRequest.BuilderendTime(Instant endTime)The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListEventLogsRequest.BuildereventName(String eventName)The name of the event.ListEventLogsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to show in a single call to this API.ListEventLogsRequest.BuildernextToken(String nextToken)A token returned from a call to this API to indicate the next batch of results to return, if any.ListEventLogsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventLogsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEventLogsRequest.BuilderspaceName(String spaceName)The name of the space.ListEventLogsRequest.BuilderstartTime(Instant startTime)The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
spaceName
ListEventLogsRequest.Builder spaceName(String spaceName)
The name of the space.
- Parameters:
spaceName- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
ListEventLogsRequest.Builder startTime(Instant startTime)
The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Parameters:
startTime- The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ListEventLogsRequest.Builder endTime(Instant endTime)
The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Parameters:
endTime- The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventName
ListEventLogsRequest.Builder eventName(String eventName)
The name of the event.
- Parameters:
eventName- The name of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEventLogsRequest.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
- Parameters:
nextToken- A token returned from a call to this API to indicate the next batch of results to return, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEventLogsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a
NextTokenelement, which you can use to obtain additional results.- Parameters:
maxResults- The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include aNextTokenelement, which you can use to obtain additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEventLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEventLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-