Interface GetAttributeGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAttributeGroupResponse.Builder,GetAttributeGroupResponse>,SdkBuilder<GetAttributeGroupResponse.Builder,GetAttributeGroupResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogAppRegistryResponse.Builder
- Enclosing class:
- GetAttributeGroupResponse
public static interface GetAttributeGroupResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<GetAttributeGroupResponse.Builder,GetAttributeGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAttributeGroupResponse.Builderarn(String arn)The Amazon resource name (ARN) that specifies the attribute group across services.GetAttributeGroupResponse.Builderattributes(String attributes)A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.GetAttributeGroupResponse.BuildercreatedBy(String createdBy)The service principal that created the attribute group.GetAttributeGroupResponse.BuildercreationTime(Instant creationTime)The ISO-8601 formatted timestamp of the moment the attribute group was created.GetAttributeGroupResponse.Builderdescription(String description)The description of the attribute group that the user provides.GetAttributeGroupResponse.Builderid(String id)The identifier of the attribute group.GetAttributeGroupResponse.BuilderlastUpdateTime(Instant lastUpdateTime)The ISO-8601 formatted timestamp of the moment the attribute group was last updated.GetAttributeGroupResponse.Buildername(String name)The name of the attribute group.GetAttributeGroupResponse.Buildertags(Map<String,String> tags)Key-value pairs associated with 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
-
id
GetAttributeGroupResponse.Builder id(String id)
The identifier of the attribute group.
- Parameters:
id- The identifier of the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
GetAttributeGroupResponse.Builder arn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
- Parameters:
arn- The Amazon resource name (ARN) that specifies the attribute group across services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetAttributeGroupResponse.Builder name(String name)
The name of the attribute group.
- Parameters:
name- The name of the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetAttributeGroupResponse.Builder description(String description)
The description of the attribute group that the user provides.
- Parameters:
description- The description of the attribute group that the user provides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
GetAttributeGroupResponse.Builder attributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
- Parameters:
attributes- A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
GetAttributeGroupResponse.Builder creationTime(Instant creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
- Parameters:
creationTime- The ISO-8601 formatted timestamp of the moment the attribute group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
GetAttributeGroupResponse.Builder lastUpdateTime(Instant lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
- Parameters:
lastUpdateTime- The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetAttributeGroupResponse.Builder tags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
- Parameters:
tags- Key-value pairs associated with the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GetAttributeGroupResponse.Builder createdBy(String createdBy)
The service principal that created the attribute group.
- Parameters:
createdBy- The service principal that created the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-