Class Trace.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.Trace.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,Trace.Builder,Buildable,CopyableBuilder<Trace.Builder,Trace>,SdkBuilder<Trace.Builder,Trace>
- Enclosing class:
- Trace
protected static class Trace.BuilderImpl extends Object implements Trace.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(Trace model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracebuild()StringgetText()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()voidsetText(String text)Trace.Buildertext(String text)The cited text from the data source.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(Trace model)
-
-
Method Detail
-
getText
public final String getText()
-
setText
public final void setText(String text)
-
text
public final Trace.Builder text(String text)
Description copied from interface:Trace.BuilderThe cited text from the data source.
- Specified by:
textin interfaceTrace.Builder- Parameters:
text- The cited text from the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
public Trace build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<Trace.Builder,Trace>
-
sdkFieldNameToField
public Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-