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