Interface Owner.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Owner.Builder,,Owner> SdkBuilder<Owner.Builder,,Owner> SdkPojo
- Enclosing class:
 Owner
- 
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) Container for the display name of the owner.Container for the ID of the owner.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
- 
displayName
Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:
- 
 
US East (N. Virginia)
 - 
 
US West (N. California)
 - 
 
US West (Oregon)
 - 
 
Asia Pacific (Singapore)
 - 
 
Asia Pacific (Sydney)
 - 
 
Asia Pacific (Tokyo)
 - 
 
Europe (Ireland)
 - 
 
South America (São Paulo)
 
- Parameters:
 displayName- Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:- 
        
US East (N. Virginia)
 - 
        
US West (N. California)
 - 
        
US West (Oregon)
 - 
        
Asia Pacific (Singapore)
 - 
        
Asia Pacific (Sydney)
 - 
        
Asia Pacific (Tokyo)
 - 
        
Europe (Ireland)
 - 
        
South America (São Paulo)
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
id
Container for the ID of the owner.
- Parameters:
 id- Container for the ID of the owner.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -