public static interface UpdateAttributeGroupResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<UpdateAttributeGroupResponse.Builder,UpdateAttributeGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAttributeGroupResponse.Builder |
attributeGroup(AttributeGroup attributeGroup)
The updated information of the attribute group.
|
default UpdateAttributeGroupResponse.Builder |
attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)
The updated information of the attribute group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAttributeGroupResponse.Builder attributeGroup(AttributeGroup attributeGroup)
The updated information of the attribute group.
attributeGroup - The updated information of the attribute group.default UpdateAttributeGroupResponse.Builder attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)
The updated information of the attribute group.
This is a convenience that creates an instance of theAttributeGroup.Builder avoiding the need to
create one manually via AttributeGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to attributeGroup(AttributeGroup).attributeGroup - a consumer that will call methods on AttributeGroup.BuilderattributeGroup(AttributeGroup)Copyright © 2021. All rights reserved.