Interface Initiator.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Initiator.Builder,Initiator>
,SdkBuilder<Initiator.Builder,Initiator>
,SdkPojo
- Enclosing class:
- Initiator
public static interface Initiator.Builder extends SdkPojo, CopyableBuilder<Initiator.Builder,Initiator>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Initiator.Builder
displayName(String displayName)
Name of the Principal.Initiator.Builder
id(String id)
If the principal is an Amazon Web Services account, it provides the Canonical User ID.-
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
-
id
Initiator.Builder id(String id)
If the principal is an Amazon Web Services account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.
Directory buckets - If the principal is an Amazon Web Services account, it provides the Amazon Web Services account ID. If the principal is an IAM User, it provides a user ARN value.
- Parameters:
id
- If the principal is an Amazon Web Services account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.Directory buckets - If the principal is an Amazon Web Services account, it provides the Amazon Web Services account ID. If the principal is an IAM User, it provides a user ARN value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
Initiator.Builder displayName(String displayName)
Name of the Principal.
This functionality is not supported for directory buckets.
- Parameters:
displayName
- Name of the Principal.This functionality is not supported for directory buckets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-