Interface AppDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AppDetails.Builder,,- AppDetails> - SdkBuilder<AppDetails.Builder,,- AppDetails> - SdkPojo
- Enclosing class:
- AppDetails
@Mutable
@NotThreadSafe
public static interface AppDetails.Builder
extends SdkPojo, CopyableBuilder<AppDetails.Builder,AppDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the app.The type of app.The type of app.creationTime(Instant creationTime) The creation time.The domain ID.default AppDetails.BuilderresourceSpec(Consumer<ResourceSpec.Builder> resourceSpec) Sets the value of the ResourceSpec property for this object.resourceSpec(ResourceSpec resourceSpec) Sets the value of the ResourceSpec property for this object.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
domainIdThe domain ID. - Parameters:
- domainId- The domain ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userProfileNameThe user profile name. - Parameters:
- userProfileName- The user profile name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spaceNameThe 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.
 
- 
appTypeThe 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:
 
- 
appTypeThe 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:
 
- 
appNameThe 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.
 
- 
statusThe status. - Parameters:
- status- The status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status. - Parameters:
- status- The status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTimeThe creation time. - Parameters:
- creationTime- The creation time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceSpecSets the value of the ResourceSpec property for this object.- Parameters:
- resourceSpec- The new value for the ResourceSpec property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceSpecSets the value of the ResourceSpec property for this object. This is a convenience method that creates an instance of theResourceSpec.Builderavoiding the need to create one manually viaResourceSpec.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceSpec(ResourceSpec).- Parameters:
- resourceSpec- a consumer that will call methods on- ResourceSpec.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-