Interface ConfigurationInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationInfo.Builder,ConfigurationInfo>,SdkBuilder<ConfigurationInfo.Builder,ConfigurationInfo>,SdkPojo
- Enclosing class:
- ConfigurationInfo
public static interface ConfigurationInfo.Builder extends SdkPojo, CopyableBuilder<ConfigurationInfo.Builder,ConfigurationInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationInfo.Builderarn(String arn)ARN of the configuration to use.ConfigurationInfo.Builderrevision(Long revision)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 Detail
-
arn
ConfigurationInfo.Builder arn(String 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
ConfigurationInfo.Builder revision(Long 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.
-
-