Interface DescribeInsightDetailsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInsightDetailsRequest.Builder,,DescribeInsightDetailsRequest> OpenSearchRequest.Builder,SdkBuilder<DescribeInsightDetailsRequest.Builder,,DescribeInsightDetailsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeInsightDetailsRequest
@Mutable
@NotThreadSafe
public static interface DescribeInsightDetailsRequest.Builder
extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeInsightDetailsRequest.Builder,DescribeInsightDetailsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionentity(Consumer<InsightEntity.Builder> entity) The entity for which to retrieve insight details.entity(InsightEntity entity) The entity for which to retrieve insight details.The unique identifier of the insight to describe.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.showHtmlContent(Boolean showHtmlContent) Specifies whether to show response with HTML content in response or not.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
entity
The entity for which to retrieve insight details. Specifies the type and value of the entity, such as a domain name or Amazon Web Services account ID.
- Parameters:
entity- The entity for which to retrieve insight details. Specifies the type and value of the entity, such as a domain name or Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entity
The entity for which to retrieve insight details. Specifies the type and value of the entity, such as a domain name or Amazon Web Services account ID.
This is a convenience method that creates an instance of theInsightEntity.Builderavoiding the need to create one manually viaInsightEntity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentity(InsightEntity).- Parameters:
entity- a consumer that will call methods onInsightEntity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
insightId
The unique identifier of the insight to describe.
- Parameters:
insightId- The unique identifier of the insight to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
showHtmlContent
Specifies whether to show response with HTML content in response or not.
- Parameters:
showHtmlContent- Specifies whether to show response with HTML content in response or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInsightDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeInsightDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-