Interface ImpersonationRole.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImpersonationRole.Builder,
,ImpersonationRole> SdkBuilder<ImpersonationRole.Builder,
,ImpersonationRole> SdkPojo
- Enclosing class:
ImpersonationRole
public static interface ImpersonationRole.Builder
extends SdkPojo, CopyableBuilder<ImpersonationRole.Builder,ImpersonationRole>
-
Method Summary
Modifier and TypeMethodDescriptiondateCreated
(Instant dateCreated) The date when the impersonation role was created.dateModified
(Instant dateModified) The date when the impersonation role was last modified.impersonationRoleId
(String impersonationRoleId) The identifier of the impersonation role.The impersonation role name.The impersonation role type.type
(ImpersonationRoleType type) The impersonation role type.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, sdkFields
-
Method Details
-
impersonationRoleId
The identifier of the impersonation role.
- Parameters:
impersonationRoleId
- The identifier of the impersonation role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The impersonation role name.
- Parameters:
name
- The impersonation role name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The impersonation role type.
- Parameters:
type
- The impersonation role type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The impersonation role type.
- Parameters:
type
- The impersonation role type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dateCreated
The date when the impersonation role was created.
- Parameters:
dateCreated
- The date when the impersonation role was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateModified
The date when the impersonation role was last modified.
- Parameters:
dateModified
- The date when the impersonation role was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-