Interface UpdateSiteRackPhysicalPropertiesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSiteRackPhysicalPropertiesResponse.Builder,,UpdateSiteRackPhysicalPropertiesResponse> OutpostsResponse.Builder,SdkBuilder<UpdateSiteRackPhysicalPropertiesResponse.Builder,,UpdateSiteRackPhysicalPropertiesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateSiteRackPhysicalPropertiesResponse
public static interface UpdateSiteRackPhysicalPropertiesResponse.Builder
extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<UpdateSiteRackPhysicalPropertiesResponse.Builder,UpdateSiteRackPhysicalPropertiesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionsite(Consumer<Site.Builder> site) Sets the value of the Site property for this object.Sets the value of the Site property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
site
Sets the value of the Site property for this object.- Parameters:
 site- The new value for the Site property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
site
Sets the value of the Site property for this object. This is a convenience method that creates an instance of theSite.Builderavoiding the need to create one manually viaSite.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosite(Site).- Parameters:
 site- a consumer that will call methods onSite.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -