Interface UpdateAttributeGroupResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAttributeGroupResponse.Builder,,UpdateAttributeGroupResponse> SdkBuilder<UpdateAttributeGroupResponse.Builder,,UpdateAttributeGroupResponse> SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
 UpdateAttributeGroupResponse
public static interface UpdateAttributeGroupResponse.Builder
extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<UpdateAttributeGroupResponse.Builder,UpdateAttributeGroupResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionattributeGroup(Consumer<AttributeGroup.Builder> attributeGroup) The updated information of the attribute group.attributeGroup(AttributeGroup attributeGroup) The updated information of the attribute group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
attributeGroup
The updated information of the attribute group.
- Parameters:
 attributeGroup- The updated information of the attribute group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
attributeGroup
default UpdateAttributeGroupResponse.Builder attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup) The updated information of the attribute group.
This is a convenience method that creates an instance of theAttributeGroup.Builderavoiding the need to create one manually viaAttributeGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributeGroup(AttributeGroup).- Parameters:
 attributeGroup- a consumer that will call methods onAttributeGroup.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -