Class DefaultIamPrincipal
java.lang.Object
software.amazon.awssdk.policybuilder.iam.internal.DefaultIamPrincipal
- All Implemented Interfaces:
IamPrincipal
,ToCopyableBuilder<IamPrincipal.Builder,
IamPrincipal>
Default implementation of
IamPrincipal
.- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface software.amazon.awssdk.policybuilder.iam.IamPrincipal
ALL
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultIamPrincipal.Builder
builder()
boolean
int
hashCode()
id()
Retrieve the value set byIamPrincipal.Builder.id(String)
.Take this object and create a builder that contains all of the current property values of this object.toString()
type()
Retrieve the value set byIamPrincipal.Builder.type(IamPrincipalType)
.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
type
Description copied from interface:IamPrincipal
Retrieve the value set byIamPrincipal.Builder.type(IamPrincipalType)
.- Specified by:
type
in interfaceIamPrincipal
-
id
Description copied from interface:IamPrincipal
Retrieve the value set byIamPrincipal.Builder.id(String)
.- Specified by:
id
in interfaceIamPrincipal
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<IamPrincipal.Builder,
IamPrincipal> - Returns:
- a builder for type T
-
equals
-
hashCode
-
toString
-