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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceInfo.BuilderserviceCode(String serviceCode)Specifies the service identifier.ServiceInfo.BuilderserviceName(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
serviceCode
ServiceInfo.Builder serviceCode(String 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
ServiceInfo.Builder serviceName(String 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.
-
-