Interface OpenSearchApplication.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OpenSearchApplication.Builder,
,OpenSearchApplication> SdkBuilder<OpenSearchApplication.Builder,
,OpenSearchApplication> SdkPojo
- Enclosing class:
OpenSearchApplication
@Mutable
@NotThreadSafe
public static interface OpenSearchApplication.Builder
extends SdkPojo, CopyableBuilder<OpenSearchApplication.Builder,OpenSearchApplication>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of the application.applicationEndpoint
(String applicationEndpoint) The endpoint of the application.applicationId
(String applicationId) The ID of the application.default OpenSearchApplication.Builder
This structure contains information about the status of this OpenSearch Service resource.status
(OpenSearchResourceStatus status) This structure contains information about the status of this OpenSearch Service resource.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
-
applicationEndpoint
The endpoint of the application.
- Parameters:
applicationEndpoint
- The endpoint of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The Amazon Resource Name (ARN) of the application.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationId
The ID of the application.
- Parameters:
applicationId
- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
This structure contains information about the status of this OpenSearch Service resource.
- Parameters:
status
- This structure contains information about the status of this OpenSearch Service resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
This structure contains information about the status of this OpenSearch Service resource.
This is a convenience method that creates an instance of theOpenSearchResourceStatus.Builder
avoiding the need to create one manually viaOpenSearchResourceStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostatus(OpenSearchResourceStatus)
.- Parameters:
status
- a consumer that will call methods onOpenSearchResourceStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-