Interface AppDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppDetails.Builder,
,AppDetails> SdkBuilder<AppDetails.Builder,
,AppDetails> SdkPojo
- Enclosing class:
AppDetails
public static interface AppDetails.Builder
extends SdkPojo, CopyableBuilder<AppDetails.Builder,AppDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the app.The type of app.The type of app.creationTime
(Instant creationTime) The creation time.The domain ID.The name of the space.The status.The status.userProfileName
(String userProfileName) The user profile name.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
-
domainId
The domain ID.
- Parameters:
domainId
- The domain ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProfileName
The user profile name.
- Parameters:
userProfileName
- The user profile name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appType
The type of app.
- Parameters:
appType
- The type of app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appType
The type of app.
- Parameters:
appType
- The type of app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appName
The name of the app.
- Parameters:
appName
- The name of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The creation time.
- Parameters:
creationTime
- The creation time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceName
The name of the space.
- Parameters:
spaceName
- The name of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-