Interface DescribeAccountAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>,OpsWorksCmResponse.Builder,SdkBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAccountAttributesResponse
public static interface DescribeAccountAttributesResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountAttributesResponse.Builderattributes(Collection<AccountAttribute> attributes)The attributes that are currently set for the account.DescribeAccountAttributesResponse.Builderattributes(Consumer<AccountAttribute.Builder>... attributes)The attributes that are currently set for the account.DescribeAccountAttributesResponse.Builderattributes(AccountAttribute... attributes)The attributes that are currently set for the account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworkscm.model.OpsWorksCmResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
attributes
DescribeAccountAttributesResponse.Builder attributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
- Parameters:
attributes- The attributes that are currently set for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
DescribeAccountAttributesResponse.Builder attributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
- Parameters:
attributes- The attributes that are currently set for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
DescribeAccountAttributesResponse.Builder attributes(Consumer<AccountAttribute.Builder>... attributes)
The attributes that are currently set for the account.
This is a convenience method that creates an instance of theAccountAttribute.Builderavoiding the need to create one manually viaAccountAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attributes(List.) - Parameters:
attributes- a consumer that will call methods onAccountAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributes(java.util.Collection)
-
-