public static interface ServiceMetadata.Builder extends SdkPojo, CopyableBuilder<ServiceMetadata.Builder,ServiceMetadata>
| Modifier and Type | Method and Description |
|---|---|
ServiceMetadata.Builder |
category(String category)
The category in which the AWS service belongs, such as compute, storage, database, and so on.
|
ServiceMetadata.Builder |
description(String description)
The description of the specified AWS service.
|
ServiceMetadata.Builder |
displayName(String displayName)
The display name of the AWS service.
|
ServiceMetadata.Builder |
name(String name)
The name of the AWS service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceMetadata.Builder name(String name)
The name of the AWS service.
name - The name of the AWS service.ServiceMetadata.Builder displayName(String displayName)
The display name of the AWS service.
displayName - The display name of the AWS service.ServiceMetadata.Builder description(String description)
The description of the specified AWS service.
description - The description of the specified AWS service.ServiceMetadata.Builder category(String category)
The category in which the AWS service belongs, such as compute, storage, database, and so on.
category - The category in which the AWS service belongs, such as compute, storage, database, and so on.Copyright © 2021. All rights reserved.