public static interface AppInstanceUser.Builder extends SdkPojo, CopyableBuilder<AppInstanceUser.Builder,AppInstanceUser>
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUser.Builder |
appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
AppInstanceUser.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which the
AppInstanceUser was created. |
default AppInstanceUser.Builder |
expirationSettings(Consumer<ExpirationSettings.Builder> expirationSettings)
The interval after which an
AppInstanceUser is automatically deleted. |
AppInstanceUser.Builder |
expirationSettings(ExpirationSettings expirationSettings)
The interval after which an
AppInstanceUser is automatically deleted. |
AppInstanceUser.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the
AppInstanceUser was last updated. |
AppInstanceUser.Builder |
metadata(String metadata)
The metadata of the
AppInstanceUser. |
AppInstanceUser.Builder |
name(String name)
The name of the
AppInstanceUser. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstanceUser.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.AppInstanceUser.Builder name(String name)
The name of the AppInstanceUser.
name - The name of the AppInstanceUser.AppInstanceUser.Builder metadata(String metadata)
The metadata of the AppInstanceUser.
metadata - The metadata of the AppInstanceUser.AppInstanceUser.Builder createdTimestamp(Instant createdTimestamp)
The time at which the AppInstanceUser was created.
createdTimestamp - The time at which the AppInstanceUser was created.AppInstanceUser.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the AppInstanceUser was last updated.
lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.AppInstanceUser.Builder expirationSettings(ExpirationSettings expirationSettings)
The interval after which an AppInstanceUser is automatically deleted.
expirationSettings - The interval after which an AppInstanceUser is automatically deleted.default AppInstanceUser.Builder expirationSettings(Consumer<ExpirationSettings.Builder> expirationSettings)
The interval after which an AppInstanceUser is automatically deleted.
ExpirationSettings.Builder avoiding the
need to create one manually via ExpirationSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to expirationSettings(ExpirationSettings).
expirationSettings - a consumer that will call methods on ExpirationSettings.BuilderexpirationSettings(ExpirationSettings)Copyright © 2023. All rights reserved.