Interface GetTraceSegmentDestinationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTraceSegmentDestinationResponse.Builder,GetTraceSegmentDestinationResponse>,SdkBuilder<GetTraceSegmentDestinationResponse.Builder,GetTraceSegmentDestinationResponse>,SdkPojo,SdkResponse.Builder,XRayResponse.Builder
- Enclosing class:
- GetTraceSegmentDestinationResponse
@Mutable @NotThreadSafe public static interface GetTraceSegmentDestinationResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetTraceSegmentDestinationResponse.Builder,GetTraceSegmentDestinationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTraceSegmentDestinationResponse.Builderdestination(String destination)Retrieves the current destination.GetTraceSegmentDestinationResponse.Builderdestination(TraceSegmentDestination destination)Retrieves the current destination.GetTraceSegmentDestinationResponse.Builderstatus(String status)Status of the retrieval.GetTraceSegmentDestinationResponse.Builderstatus(TraceSegmentDestinationStatus status)Status of the retrieval.-
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
-
Methods inherited from interface software.amazon.awssdk.services.xray.model.XRayResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
destination
GetTraceSegmentDestinationResponse.Builder destination(String destination)
Retrieves the current destination.
- Parameters:
destination- Retrieves the current destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TraceSegmentDestination,TraceSegmentDestination
-
destination
GetTraceSegmentDestinationResponse.Builder destination(TraceSegmentDestination destination)
Retrieves the current destination.
- Parameters:
destination- Retrieves the current destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TraceSegmentDestination,TraceSegmentDestination
-
status
GetTraceSegmentDestinationResponse.Builder status(String status)
Status of the retrieval.
- Parameters:
status- Status of the retrieval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TraceSegmentDestinationStatus,TraceSegmentDestinationStatus
-
status
GetTraceSegmentDestinationResponse.Builder status(TraceSegmentDestinationStatus status)
Status of the retrieval.
- Parameters:
status- Status of the retrieval.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TraceSegmentDestinationStatus,TraceSegmentDestinationStatus
-
-