Interface ServiceTier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceTier.Builder,,ServiceTier> SdkBuilder<ServiceTier.Builder,,ServiceTier> SdkPojo
- Enclosing class:
ServiceTier
@Mutable
@NotThreadSafe
public static interface ServiceTier.Builder
extends SdkPojo, CopyableBuilder<ServiceTier.Builder,ServiceTier>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the processing tier type used for serving the request.type(ServiceTierType type) Specifies the processing tier type used for serving the request.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
-
type
Specifies the processing tier type used for serving the request.
- Parameters:
type- Specifies the processing tier type used for serving the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the processing tier type used for serving the request.
- Parameters:
type- Specifies the processing tier type used for serving the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-