Interface AppInstanceUser.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>,SdkBuilder<AppInstanceUser.Builder,AppInstanceUser>,SdkPojo
- Enclosing class:
- AppInstanceUser
public static interface AppInstanceUser.Builder extends SdkPojo, CopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppInstanceUser.BuilderappInstanceUserArn(String appInstanceUserArn)The ARN of theAppInstanceUser.AppInstanceUser.BuildercreatedTimestamp(Instant createdTimestamp)The time at which theAppInstanceUserwas created.AppInstanceUser.BuilderlastUpdatedTimestamp(Instant lastUpdatedTimestamp)The time at which theAppInstanceUserwas last updated.AppInstanceUser.Buildermetadata(String metadata)The metadata of theAppInstanceUser.AppInstanceUser.Buildername(String name)The name of theAppInstanceUser.-
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 Detail
-
appInstanceUserArn
AppInstanceUser.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser.- Parameters:
appInstanceUserArn- The ARN of theAppInstanceUser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AppInstanceUser.Builder name(String name)
The name of the
AppInstanceUser.- Parameters:
name- The name of theAppInstanceUser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
AppInstanceUser.Builder createdTimestamp(Instant createdTimestamp)
The time at which the
AppInstanceUserwas created.- Parameters:
createdTimestamp- The time at which theAppInstanceUserwas created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
AppInstanceUser.Builder metadata(String metadata)
The metadata of the
AppInstanceUser.- Parameters:
metadata- The metadata of theAppInstanceUser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
AppInstanceUser.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the
AppInstanceUserwas last updated.- Parameters:
lastUpdatedTimestamp- The time at which theAppInstanceUserwas last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-