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
Modifier and TypeMethodDescriptiondestination
(String destination) Retrieves the current destination.destination
(TraceSegmentDestination destination) Retrieves the current destination.Status of the retrieval.status
(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 Details
-
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:
-
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:
-
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:
-
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:
-