Class CompositeState.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.CompositeState.Builder
 
- 
- Enclosing class:
- CompositeState
 
 public static class CompositeState.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CompositeState.BuilderallStatesMap(Map<String,State> allStatesMap)Map that stores all the States for a given Task or ScheduleCompositeStatebuild()CompositeState.BuildercompositeStateAggregator(CompositeState.CompositeStateAggregator compositeStateAggregator)The type of the Composite State Aggregator.CompositeState.Buildercopy(CompositeState model)CompositeState.Builderdescription(String description)Detailed description for the object.CompositeState.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.CompositeState.Builderkey(String key)Generated key that can be used in API calls to identify Composite State.CompositeState.Buildermetadata(ObjectMetadata metadata)CompositeState.BuildermodelType(String modelType)The type of the object.CompositeState.BuildermodelVersion(String modelVersion)The model version of an object.CompositeState.Buildername(String name)Free form text without any restriction on permitted characters.CompositeState.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.CompositeState.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.CompositeState.BuilderparentRef(ParentReference parentRef)CompositeState.BuilderregistryMetadata(RegistryMetadata registryMetadata)
 
- 
- 
- 
Method Detail- 
compositeStateAggregatorpublic CompositeState.Builder compositeStateAggregator(CompositeState.CompositeStateAggregator compositeStateAggregator) The type of the Composite State Aggregator.- Parameters:
- compositeStateAggregator- the value to set
- Returns:
- this builder
 
 - 
keypublic CompositeState.Builder key(String key) Generated key that can be used in API calls to identify Composite State.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic CompositeState.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic CompositeState.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic CompositeState.Builder parentRef(ParentReference parentRef) 
 - 
namepublic CompositeState.Builder name(String name) Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
identifierpublic CompositeState.Builder identifier(String identifier) Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified. - Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CompositeState.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic CompositeState.Builder objectVersion(Integer objectVersion) The version of the object that is used to track changes in the object instance.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic CompositeState.Builder objectStatus(Integer objectStatus) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
allStatesMappublic CompositeState.Builder allStatesMap(Map<String,State> allStatesMap) Map that stores all the States for a given Task or Schedule- Parameters:
- allStatesMap- the value to set
- Returns:
- this builder
 
 - 
registryMetadatapublic CompositeState.Builder registryMetadata(RegistryMetadata registryMetadata) 
 - 
metadatapublic CompositeState.Builder metadata(ObjectMetadata metadata) 
 - 
buildpublic CompositeState build() 
 - 
copypublic CompositeState.Builder copy(CompositeState model) 
 
- 
 
-