Interface TraceLocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TraceLocation.Builder,,TraceLocation> SdkBuilder<TraceLocation.Builder,,TraceLocation> SdkPojo
- Enclosing class:
TraceLocation
@Mutable
@NotThreadSafe
public static interface TraceLocation.Builder
extends SdkPojo, CopyableBuilder<TraceLocation.Builder,TraceLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe specific location where the trace data is stored.locationType(String locationType) The type of storage location for the trace data.locationType(TraceLocationType locationType) The type of storage location for the trace data.Methods 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, sdkFields
-
Method Details
-
locationType
The type of storage location for the trace data.
- Parameters:
locationType- The type of storage location for the trace data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
locationType
The type of storage location for the trace data.
- Parameters:
locationType- The type of storage location for the trace data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The specific location where the trace data is stored.
- Parameters:
location- The specific location where the trace data is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-