Uses of Interface
software.amazon.awssdk.services.tnb.model.GetSolFunctionInstanceMetadata.Builder
-
Packages that use GetSolFunctionInstanceMetadata.Builder Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of GetSolFunctionInstanceMetadata.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return GetSolFunctionInstanceMetadata.Builder Modifier and Type Method Description static GetSolFunctionInstanceMetadata.BuilderGetSolFunctionInstanceMetadata. builder()GetSolFunctionInstanceMetadata.BuilderGetSolFunctionInstanceMetadata.Builder. createdAt(Instant createdAt)The date that the resource was created.GetSolFunctionInstanceMetadata.BuilderGetSolFunctionInstanceMetadata.Builder. lastModified(Instant lastModified)The date that the resource was last modified.GetSolFunctionInstanceMetadata.BuilderGetSolFunctionInstanceMetadata. toBuilder()Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type GetSolFunctionInstanceMetadata.Builder Modifier and Type Method Description static Class<? extends GetSolFunctionInstanceMetadata.Builder>GetSolFunctionInstanceMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type GetSolFunctionInstanceMetadata.Builder Modifier and Type Method Description default GetSolFunctionInstanceResponse.BuilderGetSolFunctionInstanceResponse.Builder. metadata(Consumer<GetSolFunctionInstanceMetadata.Builder> metadata)Sets the value of the Metadata property for this object.
-