Interface AwsSupportedService.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AwsSupportedService.Builder,,AwsSupportedService> SdkBuilder<AwsSupportedService.Builder,,AwsSupportedService> SdkPojo
- Enclosing class:
AwsSupportedService
@Mutable
@NotThreadSafe
public static interface AwsSupportedService.Builder
extends SdkPojo, CopyableBuilder<AwsSupportedService.Builder,AwsSupportedService>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the supported service.displayName(String displayName) The human-readable name of the supported service.supportedServiceType(String supportedServiceType) The machine-readable identifier of the supported service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
supportedServiceType
The machine-readable identifier of the supported service.
- Parameters:
supportedServiceType- The machine-readable identifier of the supported service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The human-readable name of the supported service.
- Parameters:
displayName- The human-readable name of the supported service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the supported service.
- Parameters:
description- A description of the supported service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-