Interface ServiceAdditionalInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceAdditionalInfo.Builder,ServiceAdditionalInfo>,SdkBuilder<ServiceAdditionalInfo.Builder,ServiceAdditionalInfo>,SdkPojo
- Enclosing class:
- ServiceAdditionalInfo
public static interface ServiceAdditionalInfo.Builder extends SdkPojo, CopyableBuilder<ServiceAdditionalInfo.Builder,ServiceAdditionalInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAdditionalInfo.Buildertype(String type)Describes the type of the additional information.ServiceAdditionalInfo.Buildervalue(String value)This field specifies the value of the additional information.-
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, sdkFields
-
-
-
-
Method Detail
-
value
ServiceAdditionalInfo.Builder value(String value)
This field specifies the value of the additional information.
- Parameters:
value- This field specifies the value of the additional information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ServiceAdditionalInfo.Builder type(String type)
Describes the type of the additional information.
- Parameters:
type- Describes the type of the additional information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-