Interface StaticOverride.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StaticOverride.Builder,,StaticOverride> SdkBuilder<StaticOverride.Builder,,StaticOverride> SdkPojo
- Enclosing class:
StaticOverride
@Mutable
@NotThreadSafe
public static interface StaticOverride.Builder
extends SdkPojo, CopyableBuilder<StaticOverride.Builder,StaticOverride>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration bundle to apply.bundleVersion(String bundleVersion) The version of the configuration bundle to apply.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
-
bundleArn
The Amazon Resource Name (ARN) of the configuration bundle to apply.
- Parameters:
bundleArn- The Amazon Resource Name (ARN) of the configuration bundle to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleVersion
The version of the configuration bundle to apply.
- Parameters:
bundleVersion- The version of the configuration bundle to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-