Class SdkDiagnostics
java.lang.Object
software.amazon.awssdk.core.exception.SdkDiagnostics
- All Implemented Interfaces:
ToCopyableBuilder<SdkDiagnostics.Builder,
SdkDiagnostics>
public class SdkDiagnostics
extends Object
implements ToCopyableBuilder<SdkDiagnostics.Builder,SdkDiagnostics>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SdkDiagnostics.Builder
builder()
Take this object and create a builder that contains all of the current property values of this object.toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
toString
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<SdkDiagnostics.Builder,
SdkDiagnostics> - Returns:
- a builder for type T
-