Amazon.ECS.Model.ItemAttributes.WithMaximumFocalLength C# (CSharp) Méthode

WithMaximumFocalLength() public méthode

Sets the MaximumFocalLength property
public WithMaximumFocalLength ( DecimalWithUnits maximumFocalLength ) : ItemAttributes
maximumFocalLength DecimalWithUnits MaximumFocalLength property
Résultat ItemAttributes
        public ItemAttributes WithMaximumFocalLength(DecimalWithUnits maximumFocalLength)
        {
            this.maximumFocalLengthField = maximumFocalLength;
            return this;
        }
ItemAttributes