Uses of Interface
software.amazon.awssdk.services.supplychain.model.Instance.Builder
-
Packages that use Instance.Builder Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of Instance.Builder in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return Instance.Builder Modifier and Type Method Description Instance.BuilderInstance.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account ID that owns the instance.static Instance.BuilderInstance. builder()Instance.BuilderInstance.Builder. createdTime(Instant createdTime)The instance creation timestamp.Instance.BuilderInstance.Builder. errorMessage(String errorMessage)The Amazon Web Services Supply Chain instance error message.Instance.BuilderInstance.Builder. instanceDescription(String instanceDescription)The Amazon Web Services Supply Chain instance description.Instance.BuilderInstance.Builder. instanceId(String instanceId)The Amazon Web Services Supply Chain instance identifier.Instance.BuilderInstance.Builder. instanceName(String instanceName)The Amazon Web Services Supply Chain instance name.Instance.BuilderInstance.Builder. kmsKeyArn(String kmsKeyArn)The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption.Instance.BuilderInstance.Builder. lastModifiedTime(Instant lastModifiedTime)The instance last modified timestamp.Instance.BuilderInstance.Builder. state(String state)The state of the instance.Instance.BuilderInstance.Builder. state(InstanceState state)The state of the instance.Instance.BuilderInstance. toBuilder()Instance.BuilderInstance.Builder. versionNumber(Double versionNumber)The version number of the instance.Instance.BuilderInstance.Builder. webAppDnsDomain(String webAppDnsDomain)The WebApp DNS domain name of the instance.Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type Instance.Builder Modifier and Type Method Description static Class<? extends Instance.Builder>Instance. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.supplychain.model with type arguments of type Instance.Builder Modifier and Type Method Description default CreateInstanceResponse.BuilderCreateInstanceResponse.Builder. instance(Consumer<Instance.Builder> instance)The AWS Supply Chain instance resource data details.default DeleteInstanceResponse.BuilderDeleteInstanceResponse.Builder. instance(Consumer<Instance.Builder> instance)The AWS Supply Chain instance resource data details.default GetInstanceResponse.BuilderGetInstanceResponse.Builder. instance(Consumer<Instance.Builder> instance)The instance resource data details.default UpdateInstanceResponse.BuilderUpdateInstanceResponse.Builder. instance(Consumer<Instance.Builder> instance)The instance resource data details.
-