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