Interface AppSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AppSummary.Builder,,AppSummary> SdkBuilder<AppSummary.Builder,,AppSummary> SdkPojo
- Enclosing class:
AppSummary
@Mutable
@NotThreadSafe
public static interface AppSummary.Builder
extends SdkPojo, CopyableBuilder<AppSummary.Builder,AppSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the app.The Amazon Resource Name (ARN) of the app.createdTime(Instant createdTime) The time that the app was created.lastUpdatedTime(Instant lastUpdatedTime) The time that the app was last updated.The display name of the app.visibility(String visibility) The sharing status of the app:PUBLICif the app is shared publicly, orPRIVATEif it is private.visibility(AppVisibility visibility) The sharing status of the app:PUBLICif the app is shared publicly, orPRIVATEif it is private.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
appId
The ID of the app.
- Parameters:
appId- The ID of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the app.
- Parameters:
arn- The Amazon Resource Name (ARN) of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The display name of the app.
- Parameters:
name- The display name of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time that the app was created.
- Parameters:
createdTime- The time that the app was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The time that the app was last updated.
- Parameters:
lastUpdatedTime- The time that the app was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibility
The sharing status of the app:
PUBLICif the app is shared publicly, orPRIVATEif it is private.- Parameters:
visibility- The sharing status of the app:PUBLICif the app is shared publicly, orPRIVATEif it is private.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The sharing status of the app:
PUBLICif the app is shared publicly, orPRIVATEif it is private.- Parameters:
visibility- The sharing status of the app:PUBLICif the app is shared publicly, orPRIVATEif it is private.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-