Interface ApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkPojo
- Enclosing class:
ApplicationSummary
@Mutable
@NotThreadSafe
public static interface ApplicationSummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationSummary.Builder,ApplicationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Arn property for this object.The timestamp when an OpenSearch application was created.The endpoint URL of an OpenSearch application.The unique identifier of an OpenSearch application.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of the last update to an OpenSearch application.The name of an OpenSearch application.The current status of an OpenSearch application.status
(ApplicationStatus status) The current status of an OpenSearch application.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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of an OpenSearch application.
- Parameters:
id
- The unique identifier of an OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Sets the value of the Arn property for this object.- Parameters:
arn
- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of an OpenSearch application.
- Parameters:
name
- The name of an OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
The endpoint URL of an OpenSearch application.
- Parameters:
endpoint
- The endpoint URL of an OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of an OpenSearch application. Possible values:
CREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Parameters:
status
- The current status of an OpenSearch application. Possible values:CREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of an OpenSearch application. Possible values:
CREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Parameters:
status
- The current status of an OpenSearch application. Possible values:CREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when an OpenSearch application was created.
- Parameters:
createdAt
- The timestamp when an OpenSearch application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp of the last update to an OpenSearch application.
- Parameters:
lastUpdatedAt
- The timestamp of the last update to an OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-