Interface Service.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Service.Builder,Service>
,SdkBuilder<Service.Builder,Service>
,SdkPojo
- Enclosing class:
- Service
public static interface Service.Builder extends SdkPojo, CopyableBuilder<Service.Builder,Service>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.Builder
attributeNames(String... attributeNames)
The attributes that are available for this service.Service.Builder
attributeNames(Collection<String> attributeNames)
The attributes that are available for this service.Service.Builder
serviceCode(String serviceCode)
The code for the Amazon Web Services service.-
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
-
serviceCode
Service.Builder serviceCode(String serviceCode)
The code for the Amazon Web Services service.
- Parameters:
serviceCode
- The code for the Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
Service.Builder attributeNames(Collection<String> attributeNames)
The attributes that are available for this service.
- Parameters:
attributeNames
- The attributes that are available for this service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeNames
Service.Builder attributeNames(String... attributeNames)
The attributes that are available for this service.
- Parameters:
attributeNames
- The attributes that are available for this service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-