Interface InsightFeedbackEntity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InsightFeedbackEntity.Builder,,InsightFeedbackEntity> SdkBuilder<InsightFeedbackEntity.Builder,,InsightFeedbackEntity> SdkPojo
- Enclosing class:
InsightFeedbackEntity
@Mutable
@NotThreadSafe
public static interface InsightFeedbackEntity.Builder
extends SdkPojo, CopyableBuilder<InsightFeedbackEntity.Builder,InsightFeedbackEntity>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the entity.The type of the entity.The value of the entity, such as a domain name.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
DomainName.- Parameters:
type- The type of the entity. Possible values areDomainName.- 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
DomainName.- Parameters:
type- The type of the entity. Possible values areDomainName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the entity, such as a domain name.
- Parameters:
value- The value of the entity, such as a domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-