Interface ConfigurationInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationInfo.Builder,
,ConfigurationInfo> SdkBuilder<ConfigurationInfo.Builder,
,ConfigurationInfo> SdkPojo
- Enclosing class:
ConfigurationInfo
@Mutable
@NotThreadSafe
public static interface ConfigurationInfo.Builder
extends SdkPojo, CopyableBuilder<ConfigurationInfo.Builder,ConfigurationInfo>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the configuration to use.The revision of the configuration to use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
ARN of the configuration to use.
- Parameters:
arn
-ARN of the configuration to use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The revision of the configuration to use.
- Parameters:
revision
-The revision of the configuration to use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-