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- 
                                        anchorfinal ContainerCreateParams.ExpiresAfter.Builder anchor(ContainerCreateParams.ExpiresAfter.Anchor anchor) Time anchor for the expiration time. Currently only 'last_active_at' is supported. 
 - 
                                        anchorfinal 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. 
 - 
                                        minutesfinal ContainerCreateParams.ExpiresAfter.Builder minutes(Long minutes) 
 - 
                                        minutesfinal 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. 
 - 
                                        additionalPropertiesfinal ContainerCreateParams.ExpiresAfter.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ContainerCreateParams.ExpiresAfter.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ContainerCreateParams.ExpiresAfter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ContainerCreateParams.ExpiresAfter.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ContainerCreateParams.ExpiresAfter.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal 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()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-