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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAttributeGroupResponse.BuilderattributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)The updated information of the attribute group.UpdateAttributeGroupResponse.BuilderattributeGroup(AttributeGroup attributeGroup)The updated information of the attribute group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
attributeGroup
UpdateAttributeGroupResponse.Builder attributeGroup(AttributeGroup 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:
attributeGroup(AttributeGroup)
-
-