Interface GetSolFunctionInstanceMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GetSolFunctionInstanceMetadata.Builder,,- GetSolFunctionInstanceMetadata> - SdkBuilder<GetSolFunctionInstanceMetadata.Builder,,- GetSolFunctionInstanceMetadata> - SdkPojo
- Enclosing class:
- GetSolFunctionInstanceMetadata
@Mutable
@NotThreadSafe
public static interface GetSolFunctionInstanceMetadata.Builder
extends SdkPojo, CopyableBuilder<GetSolFunctionInstanceMetadata.Builder,GetSolFunctionInstanceMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptionThe date that the resource was created.lastModified(Instant lastModified) The date that the resource was last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
createdAtThe date that the resource was created. - Parameters:
- createdAt- The date that the resource was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedThe date that the resource was last modified. - Parameters:
- lastModified- The date that the resource was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-