Interface ResourceInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceInfo.Builder,,ResourceInfo> SdkBuilder<ResourceInfo.Builder,,ResourceInfo> SdkPojo
- Enclosing class:
ResourceInfo
@Mutable
@NotThreadSafe
public static interface ResourceInfo.Builder
extends SdkPojo, CopyableBuilder<ResourceInfo.Builder,ResourceInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourceInfo.BuilderaiDetails(Consumer<AIDetails.Builder> aiDetails) Details that are specific to self-hosted AI resources and their host resources.Details that are specific to self-hosted AI resources and their host resources.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
-
aiDetails
Details that are specific to self-hosted AI resources and their host resources.
- Parameters:
aiDetails- Details that are specific to self-hosted AI resources and their host resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiDetails
Details that are specific to self-hosted AI resources and their host resources.
This is a convenience method that creates an instance of theAIDetails.Builderavoiding the need to create one manually viaAIDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaiDetails(AIDetails).- Parameters:
aiDetails- a consumer that will call methods onAIDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-