Interface UpdateTraceSegmentDestinationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateTraceSegmentDestinationResponse.Builder,
,UpdateTraceSegmentDestinationResponse> SdkBuilder<UpdateTraceSegmentDestinationResponse.Builder,
,UpdateTraceSegmentDestinationResponse> SdkPojo
,SdkResponse.Builder
,XRayResponse.Builder
- Enclosing class:
UpdateTraceSegmentDestinationResponse
@Mutable
@NotThreadSafe
public static interface UpdateTraceSegmentDestinationResponse.Builder
extends XRayResponse.Builder, SdkPojo, CopyableBuilder<UpdateTraceSegmentDestinationResponse.Builder,UpdateTraceSegmentDestinationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String destination) The destination of the trace segments.destination
(TraceSegmentDestination destination) The destination of the trace segments.The status of the update.status
(TraceSegmentDestinationStatus status) The status of the update.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
The destination of the trace segments.
- Parameters:
destination
- The destination of the trace segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destination
The destination of the trace segments.
- Parameters:
destination
- The destination of the trace segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the update.
- Parameters:
status
- The status of the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the update.
- Parameters:
status
- The status of the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-