Interface CidrAuthorizationContext.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CidrAuthorizationContext.Builder,,CidrAuthorizationContext> SdkBuilder<CidrAuthorizationContext.Builder,,CidrAuthorizationContext> SdkPojo
- Enclosing class:
 CidrAuthorizationContext
public static interface CidrAuthorizationContext.Builder
extends SdkPojo, CopyableBuilder<CidrAuthorizationContext.Builder,CidrAuthorizationContext> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe plain-text authorization message for the prefix and account.The signed authorization message for the prefix and account.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, sdkFields 
- 
Method Details
- 
message
The plain-text authorization message for the prefix and account.
- Parameters:
 message- The plain-text authorization message for the prefix and account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
signature
The signed authorization message for the prefix and account.
- Parameters:
 signature- The signed authorization message for the prefix and account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -