Interface ServiceMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceMetadata.Builder,
,ServiceMetadata> SdkBuilder<ServiceMetadata.Builder,
,ServiceMetadata> SdkPojo
- Enclosing class:
ServiceMetadata
public static interface ServiceMetadata.Builder
extends SdkPojo, CopyableBuilder<ServiceMetadata.Builder,ServiceMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe category that the Amazon Web Service belongs to, such as compute, storage, or database.description
(String description) The description of the Amazon Web Service.displayName
(String displayName) The display name of the Amazon Web Service.The name of the Amazon Web 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 Details
-
name
The name of the Amazon Web Service.
- Parameters:
name
- The name of the Amazon Web Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the Amazon Web Service.
- Parameters:
displayName
- The display name of the Amazon Web Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the Amazon Web Service.
- Parameters:
description
- The description of the Amazon Web Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
- Parameters:
category
- The category that the Amazon Web Service belongs to, such as compute, storage, or database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-