Interface ConfigurationListItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationListItem.Builder,,ConfigurationListItem> SdkBuilder<ConfigurationListItem.Builder,,ConfigurationListItem> SdkPojo
- Enclosing class:
ConfigurationListItem
@Mutable
@NotThreadSafe
public static interface ConfigurationListItem.Builder
extends SdkPojo, CopyableBuilder<ConfigurationListItem.Builder,ConfigurationListItem>
-
Method Summary
Modifier and TypeMethodDescriptionUnique resource identifier for the configuration.creationTime(Instant creationTime) Configuration creation timestamp.description(String description) Description for the configuration.User-friendly name for the configuration.Current configuration status.status(ConfigurationStatus status) Current configuration status.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
-
arn
Unique resource identifier for the configuration.
- Parameters:
arn- Unique resource identifier for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
User-friendly name for the configuration.
- Parameters:
name- User-friendly name for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description for the configuration.
- Parameters:
description- Description for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current configuration status.
- Parameters:
status- Current configuration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current configuration status.
- Parameters:
status- Current configuration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
Configuration creation timestamp.
- Parameters:
creationTime- Configuration creation timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-