Interface ProviderPrefix.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProviderPrefix.Builder,,ProviderPrefix> SdkBuilder<ProviderPrefix.Builder,,ProviderPrefix> SdkPojo
- Enclosing class:
ProviderPrefix
@Mutable
@NotThreadSafe
public static interface ProviderPrefix.Builder
extends SdkPojo, CopyableBuilder<ProviderPrefix.Builder,ProviderPrefix>
-
Method Summary
Modifier and TypeMethodDescriptionThe single character that separates the provider prefix from the model name (for example,.).Whether clients can omit the provider prefix from model IDs.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
-
strip
Whether clients can omit the provider prefix from model IDs. If
true, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default isfalse.- Parameters:
strip- Whether clients can omit the provider prefix from model IDs. Iftrue, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default isfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
separator
The single character that separates the provider prefix from the model name (for example,
.). The default is..- Parameters:
separator- The single character that separates the provider prefix from the model name (for example,.). The default is..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-