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