public static interface Service.Builder extends SdkPojo, CopyableBuilder<Service.Builder,Service>
Modifier and Type | Method and Description |
---|---|
Service.Builder |
attributeNames(Collection<String> attributeNames)
The attributes that are available for this service.
|
Service.Builder |
attributeNames(String... attributeNames)
The attributes that are available for this service.
|
Service.Builder |
serviceCode(String serviceCode)
The code for the AWS service.
|
copy
applyMutation, build
Service.Builder serviceCode(String serviceCode)
The code for the AWS service.
serviceCode
- The code for the AWS service.Service.Builder attributeNames(Collection<String> attributeNames)
The attributes that are available for this service.
attributeNames
- The attributes that are available for this service.Service.Builder attributeNames(String... attributeNames)
The attributes that are available for this service.
attributeNames
- The attributes that are available for this service.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.