Interface KeyGroupConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<KeyGroupConfig.Builder,,KeyGroupConfig> SdkBuilder<KeyGroupConfig.Builder,,KeyGroupConfig> SdkPojo
- Enclosing class:
 KeyGroupConfig
public static interface KeyGroupConfig.Builder
extends SdkPojo, CopyableBuilder<KeyGroupConfig.Builder,KeyGroupConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionA comment to describe the key group.A list of the identifiers of the public keys in the key group.items(Collection<String> items) A list of the identifiers of the public keys in the key group.A name to identify the key group.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
- 
name
A name to identify the key group.
- Parameters:
 name- A name to identify the key group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
A list of the identifiers of the public keys in the key group.
- Parameters:
 items- A list of the identifiers of the public keys in the key group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
A list of the identifiers of the public keys in the key group.
- Parameters:
 items- A list of the identifiers of the public keys in the key group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
comment
A comment to describe the key group. The comment cannot be longer than 128 characters.
- Parameters:
 comment- A comment to describe the key group. The comment cannot be longer than 128 characters.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -