Interface InsightEntity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InsightEntity.Builder,,InsightEntity> SdkBuilder<InsightEntity.Builder,,InsightEntity> SdkPojo
- Enclosing class:
InsightEntity
@Mutable
@NotThreadSafe
public static interface InsightEntity.Builder
extends SdkPojo, CopyableBuilder<InsightEntity.Builder,InsightEntity>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the entity.type(InsightEntityType type) The type of the entity.The value of the entity.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
-
type
The type of the entity. Possible values are
AccountandDomainName.- Parameters:
type- The type of the entity. Possible values areAccountandDomainName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the entity. Possible values are
AccountandDomainName.- Parameters:
type- The type of the entity. Possible values areAccountandDomainName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the entity. For
DomainName, this is the domain name. ForAccount, this is the Amazon Web Services account ID.- Parameters:
value- The value of the entity. ForDomainName, this is the domain name. ForAccount, this is the Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-