Interface DeleteAttributeGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteAttributeGroupResponse.Builder,
,DeleteAttributeGroupResponse> SdkBuilder<DeleteAttributeGroupResponse.Builder,
,DeleteAttributeGroupResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
DeleteAttributeGroupResponse
public static interface DeleteAttributeGroupResponse.Builder
extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<DeleteAttributeGroupResponse.Builder,DeleteAttributeGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattributeGroup
(Consumer<AttributeGroupSummary.Builder> attributeGroup) Information about the deleted attribute group.attributeGroup
(AttributeGroupSummary attributeGroup) Information about the deleted 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 Details
-
attributeGroup
Information about the deleted attribute group.
- Parameters:
attributeGroup
- Information about the deleted attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeGroup
default DeleteAttributeGroupResponse.Builder attributeGroup(Consumer<AttributeGroupSummary.Builder> attributeGroup) Information about the deleted attribute group.
This is a convenience method that creates an instance of theAttributeGroupSummary.Builder
avoiding the need to create one manually viaAttributeGroupSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toattributeGroup(AttributeGroupSummary)
.- Parameters:
attributeGroup
- a consumer that will call methods onAttributeGroupSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-