Interface Delegate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Delegate.Builder,,Delegate> SdkBuilder<Delegate.Builder,,Delegate> SdkPojo
- Enclosing class:
 Delegate
public static interface Delegate.Builder
extends SdkPojo, CopyableBuilder<Delegate.Builder,Delegate> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the user or group associated as the resource's delegate.The type of the delegate: user or group.type(MemberType type) The type of the delegate: user or 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
- 
id
The identifier for the user or group associated as the resource's delegate.
- Parameters:
 id- The identifier for the user or group associated as the resource's delegate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of the delegate: user or group.
- Parameters:
 type- The type of the delegate: user or group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of the delegate: user or group.
- Parameters:
 type- The type of the delegate: user or group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -