Interface ApplicationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkBuilder<ApplicationSummary.Builder,
,ApplicationSummary> SdkPojo
- Enclosing class:
ApplicationSummary
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.Timestamp at which an OpenSearch Application was created.Endpoint URL of an OpenSearch Application.Unique identifier for an OpenSearch application.lastUpdatedAt
(Instant lastUpdatedAt) Timestamp at which an OpenSearch Application was last updated.Name of an OpenSearch Application.Status of an OpenSearch Application.status
(ApplicationStatus status) 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
Unique identifier for an OpenSearch application.
- Parameters:
id
- Unique identifier for 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
Name of an OpenSearch Application.
- Parameters:
name
- Name of an OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
Endpoint URL of an OpenSearch Application.
- Parameters:
endpoint
- Endpoint URL of an OpenSearch Application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of an OpenSearch Application. Possible values are
CREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Parameters:
status
- Status of an OpenSearch Application. Possible values areCREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of an OpenSearch Application. Possible values are
CREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Parameters:
status
- Status of an OpenSearch Application. Possible values areCREATING
,UPDATING
,DELETING
,FAILED
,ACTIVE
, andDELETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp at which an OpenSearch Application was created.
- Parameters:
createdAt
- Timestamp at which an OpenSearch Application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
Timestamp at which an OpenSearch Application was last updated.
- Parameters:
lastUpdatedAt
- Timestamp at which an OpenSearch Application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-