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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTraceSegmentDestinationResponse.Builderdestination(String destination)The destination of the trace segments.UpdateTraceSegmentDestinationResponse.Builderdestination(TraceSegmentDestination destination)The destination of the trace segments.UpdateTraceSegmentDestinationResponse.Builderstatus(String status)The status of the update.UpdateTraceSegmentDestinationResponse.Builderstatus(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 Detail
-
destination
UpdateTraceSegmentDestinationResponse.Builder destination(String 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:
TraceSegmentDestination,TraceSegmentDestination
-
destination
UpdateTraceSegmentDestinationResponse.Builder destination(TraceSegmentDestination 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:
TraceSegmentDestination,TraceSegmentDestination
-
status
UpdateTraceSegmentDestinationResponse.Builder status(String 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:
TraceSegmentDestinationStatus,TraceSegmentDestinationStatus
-
status
UpdateTraceSegmentDestinationResponse.Builder status(TraceSegmentDestinationStatus 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:
TraceSegmentDestinationStatus,TraceSegmentDestinationStatus
-
-