Interface ServiceInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceInfo.Builder,
,ServiceInfo> SdkBuilder<ServiceInfo.Builder,
,ServiceInfo> SdkPojo
- Enclosing class:
ServiceInfo
public static interface ServiceInfo.Builder
extends SdkPojo, CopyableBuilder<ServiceInfo.Builder,ServiceInfo>
-
Method Summary
Modifier and TypeMethodDescriptionserviceCode
(String serviceCode) Specifies the service identifier.serviceName
(String serviceName) Specifies the service name.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 Details
-
serviceCode
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
- Parameters:
serviceCode
- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
Specifies the service name.
- Parameters:
serviceName
- Specifies the service name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-