public static interface Resource.Builder extends CopyableBuilder<Resource.Builder,Resource>
Modifier and Type | Method and Description |
---|---|
Resource.Builder |
arn(String arn)
Sets the value of the Arn property for this object.
|
Resource.Builder |
attributes(Map<String,String> attributes)
Sets the value of the Attributes property for this object.
|
Resource.Builder |
feature(String feature)
Sets the value of the Feature property for this object.
|
Resource.Builder |
name(String name)
Sets the value of the Name property for this object.
|
Resource.Builder |
type(String type)
Sets the value of the Type property for this object.
|
copy
applyMutation, build
Resource.Builder type(String type)
type
- The new value for the Type property for this object.Resource.Builder name(String name)
name
- The new value for the Name property for this object.Resource.Builder arn(String arn)
arn
- The new value for the Arn property for this object.Resource.Builder feature(String feature)
feature
- The new value for the Feature property for this object.Resource.Builder attributes(Map<String,String> attributes)
attributes
- The new value for the Attributes property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.