Interface ServiceTypeDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceTypeDetail.Builder,,ServiceTypeDetail> SdkBuilder<ServiceTypeDetail.Builder,,ServiceTypeDetail> SdkPojo
- Enclosing class:
- ServiceTypeDetail
@Mutable
@NotThreadSafe
public static interface ServiceTypeDetail.Builder
extends SdkPojo, CopyableBuilder<ServiceTypeDetail.Builder,ServiceTypeDetail>
-
Method Summary
Modifier and TypeMethodDescriptionserviceType(String serviceType) The type of service.serviceType(ServiceType serviceType) The type of service.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
-
serviceType
The type of service.
- Parameters:
serviceType- The type of service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceType
The type of service.
- Parameters:
serviceType- The type of service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-