Interface Owner.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Owner.Builder,Owner>
,SdkBuilder<Owner.Builder,Owner>
,SdkPojo
- Enclosing class:
- Owner
public static interface Owner.Builder extends SdkPojo, CopyableBuilder<Owner.Builder,Owner>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Owner.Builder
displayName(String displayName)
Container for the display name of the owner.Owner.Builder
id(String id)
Container for the ID of the owner.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
displayName
Owner.Builder displayName(String 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)
This functionality is not supported for directory buckets.
- 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)
This functionality is not supported for directory buckets.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
id
Owner.Builder id(String 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.
-
-