public static interface CreateAttributeGroupResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<CreateAttributeGroupResponse.Builder,CreateAttributeGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAttributeGroupResponse.Builder |
attributeGroup(AttributeGroup attributeGroup)
Information about the attribute group.
|
default CreateAttributeGroupResponse.Builder |
attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)
Information about the attribute group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAttributeGroupResponse.Builder attributeGroup(AttributeGroup attributeGroup)
Information about the attribute group.
attributeGroup - Information about the attribute group.default CreateAttributeGroupResponse.Builder attributeGroup(Consumer<AttributeGroup.Builder> attributeGroup)
Information about the attribute group.
This is a convenience method 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 © 2022. All rights reserved.