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