Class ContainerListResponse.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ContainerListResponse.BuilderA builder for ContainerListResponse. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ContainerListResponse.Builder id(String id) Unique identifier for the container. 
 - 
                                        idfinal ContainerListResponse.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        createdAtfinal ContainerListResponse.Builder createdAt(Long createdAt) Unix timestamp (in seconds) when the container was created. 
 - 
                                        createdAtfinal ContainerListResponse.Builder createdAt(JsonField<Long> createdAt) Sets Builder.createdAt to an arbitrary JSON value. You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        namefinal ContainerListResponse.Builder name(String name) Name of the container. 
 - 
                                        namefinal ContainerListResponse.Builder name(JsonField<String> name) Sets Builder.name to an arbitrary JSON value. You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final ContainerListResponse.Builder object_(String object_) The type of this object. 
 - 
                                        object_final ContainerListResponse.Builder object_(JsonField<String> object_) Sets Builder.object_ to an arbitrary JSON value. You should usually call Builder.object_ with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        statusfinal ContainerListResponse.Builder status(String status) Status of the container (e.g., active, deleted). 
 - 
                                        statusfinal ContainerListResponse.Builder status(JsonField<String> status) Sets Builder.status to an arbitrary JSON value. You should usually call Builder.status with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        expiresAfterfinal ContainerListResponse.Builder expiresAfter(ContainerListResponse.ExpiresAfter expiresAfter) The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires. 
 - 
                                        expiresAfterfinal ContainerListResponse.Builder expiresAfter(JsonField<ContainerListResponse.ExpiresAfter> expiresAfter) Sets Builder.expiresAfter to an arbitrary JSON value. You should usually call Builder.expiresAfter with a well-typed ExpiresAfter value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ContainerListResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ContainerListResponse.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ContainerListResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ContainerListResponse.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ContainerListResponse.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ContainerListResponse build() Returns an immutable instance of ContainerListResponse. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .createdAt() .name() .object_() .status()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-