Interface ListRetrievedTracesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRetrievedTracesRequest.Builder,,ListRetrievedTracesRequest> SdkBuilder<ListRetrievedTracesRequest.Builder,,ListRetrievedTracesRequest> SdkPojo,SdkRequest.Builder,XRayRequest.Builder
- Enclosing class:
ListRetrievedTracesRequest
public static interface ListRetrievedTracesRequest.Builder
extends XRayRequest.Builder, SdkPojo, CopyableBuilder<ListRetrievedTracesRequest.Builder,ListRetrievedTracesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the pagination token returned by a previous request to retrieve the next page of indexes.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.retrievalToken(String retrievalToken) Retrieval token.traceFormat(String traceFormat) Format of the requested traces.traceFormat(TraceFormatType traceFormat) Format of the requested traces.Methods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.xray.model.XRayRequest.Builder
build
-
Method Details
-
retrievalToken
Retrieval token.
- Parameters:
retrievalToken- Retrieval token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceFormat
Format of the requested traces.
- Parameters:
traceFormat- Format of the requested traces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
traceFormat
Format of the requested traces.
- Parameters:
traceFormat- Format of the requested traces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Specify the pagination token returned by a previous request to retrieve the next page of indexes.
- Parameters:
nextToken- Specify the pagination token returned by a previous request to retrieve the next page of indexes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRetrievedTracesRequest.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
ListRetrievedTracesRequest.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.
-