Interface ListInstrumentationConfigurationsRequest.Builder
- All Superinterfaces:
ApplicationSignalsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListInstrumentationConfigurationsRequest.Builder,,ListInstrumentationConfigurationsRequest> SdkBuilder<ListInstrumentationConfigurationsRequest.Builder,,ListInstrumentationConfigurationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListInstrumentationConfigurationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionenvironment(String environment) The environment that the service is running in.instrumentationType(String instrumentationType) Type of instrumentation configuration (BREAKPOINT or PROBE).instrumentationType(InstrumentationType instrumentationType) Type of instrumentation configuration (BREAKPOINT or PROBE).maxResults(Integer maxResults) The maximum number of configurations to return in one call.Use the token returned by a previous call to retrieve the next page of configurations.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the service to retrieve instrumentation configurations for.The timestamp from the last successful sync.Methods inherited from interface software.amazon.awssdk.services.applicationsignals.model.ApplicationSignalsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFields
-
Method Details
-
service
The name of the service to retrieve instrumentation configurations for.
- Parameters:
service- The name of the service to retrieve instrumentation configurations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
The environment that the service is running in.
- Parameters:
environment- The environment that the service is running in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instrumentationType
Type of instrumentation configuration (BREAKPOINT or PROBE). Required to determine which backing store to query.
- Parameters:
instrumentationType- Type of instrumentation configuration (BREAKPOINT or PROBE). Required to determine which backing store to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instrumentationType
ListInstrumentationConfigurationsRequest.Builder instrumentationType(InstrumentationType instrumentationType) Type of instrumentation configuration (BREAKPOINT or PROBE). Required to determine which backing store to query.
- Parameters:
instrumentationType- Type of instrumentation configuration (BREAKPOINT or PROBE). Required to determine which backing store to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
syncedAt
The timestamp from the last successful sync. When provided, the response returns
Changedasfalseif nothing is new since this time, or returns the latest configurations when changes exist.- Parameters:
syncedAt- The timestamp from the last successful sync. When provided, the response returnsChangedasfalseif nothing is new since this time, or returns the latest configurations when changes exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of configurations to return in one call. The default is 50 and the maximum is 100.
- Parameters:
maxResults- The maximum number of configurations to return in one call. The default is 50 and the maximum is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Use the token returned by a previous call to retrieve the next page of configurations.
- Parameters:
nextToken- Use the token returned by a previous call to retrieve the next page of configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInstrumentationConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListInstrumentationConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-