Interface FipsEndpoints.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FipsEndpoints.Builder,,FipsEndpoints> SdkBuilder<FipsEndpoints.Builder,,FipsEndpoints> SdkPojo
- Enclosing class:
FipsEndpoints
@Mutable
@NotThreadSafe
public static interface FipsEndpoints.Builder
extends SdkPojo, CopyableBuilder<FipsEndpoints.Builder,FipsEndpoints>
-
Method Summary
Modifier and TypeMethodDescriptioncollectionEndpoint(String collectionEndpoint) FIPS-compliant collection endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.dashboardEndpoint(String dashboardEndpoint) FIPS-compliant endpoint used to access OpenSearch Dashboards.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
-
collectionEndpoint
FIPS-compliant collection endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads.
- Parameters:
collectionEndpoint- FIPS-compliant collection endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardEndpoint
FIPS-compliant endpoint used to access OpenSearch Dashboards. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads that need dashboard visualization capabilities.
- Parameters:
dashboardEndpoint- FIPS-compliant endpoint used to access OpenSearch Dashboards. This endpoint uses FIPS 140-3 validated cryptography and is required for federal government workloads that need dashboard visualization capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-