Package com.openai.models.containers
        Class ContainerCreateParams.ExpiresAfter.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class ContainerCreateParams.ExpiresAfter.BuilderA builder for ExpiresAfter.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
anchor
final ContainerCreateParams.ExpiresAfter.Builder anchor(ContainerCreateParams.ExpiresAfter.Anchor anchor)
Time anchor for the expiration time. Currently only 'last_active_at' is supported.
 
- 
                                        
anchor
final ContainerCreateParams.ExpiresAfter.Builder anchor(JsonField<ContainerCreateParams.ExpiresAfter.Anchor> anchor)
Sets Builder.anchor to an arbitrary JSON value.
You should usually call Builder.anchor with a well-typed Anchor value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
minutes
final ContainerCreateParams.ExpiresAfter.Builder minutes(Long minutes)
 
- 
                                        
minutes
final ContainerCreateParams.ExpiresAfter.Builder minutes(JsonField<Long> minutes)
Sets Builder.minutes to an arbitrary JSON value.
You should usually call Builder.minutes with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final ContainerCreateParams.ExpiresAfter.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final ContainerCreateParams.ExpiresAfter.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final ContainerCreateParams.ExpiresAfter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final ContainerCreateParams.ExpiresAfter.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final ContainerCreateParams.ExpiresAfter.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final ContainerCreateParams.ExpiresAfter build()
Returns an immutable instance of ExpiresAfter.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.anchor() .minutes() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -