public static interface ServiceMetadata.Builder extends SdkPojo, CopyableBuilder<ServiceMetadata.Builder,ServiceMetadata>
| Modifier and Type | Method and Description |
|---|---|
ServiceMetadata.Builder |
category(String category)
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
|
ServiceMetadata.Builder |
description(String description)
The description of the Amazon Web Service.
|
ServiceMetadata.Builder |
displayName(String displayName)
The display name of the Amazon Web Service.
|
ServiceMetadata.Builder |
name(String name)
The name of the Amazon Web Service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceMetadata.Builder name(String name)
The name of the Amazon Web Service.
name - The name of the Amazon Web Service.ServiceMetadata.Builder displayName(String displayName)
The display name of the Amazon Web Service.
displayName - The display name of the Amazon Web Service.ServiceMetadata.Builder description(String description)
The description of the Amazon Web Service.
description - The description of the Amazon Web Service.ServiceMetadata.Builder category(String category)
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
category - The category that the Amazon Web Service belongs to, such as compute, storage, or database.Copyright © 2022. All rights reserved.