Interface SseConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SseConfig.Builder,,- SseConfig> - SdkBuilder<SseConfig.Builder,,- SseConfig> - SdkPojo
- Enclosing class:
- SseConfig
@Mutable
@NotThreadSafe
public static interface SseConfig.Builder
extends SdkPojo, CopyableBuilder<SseConfig.Builder,SseConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionAn encryption key ARN.The encryption type.type(EncryptionType type) The encryption type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe encryption type. - Parameters:
- type- The encryption type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe encryption type. - Parameters:
- type- The encryption type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
keyArnAn encryption key ARN. - Parameters:
- keyArn- An encryption key ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-