Amazon.ECS.Model.ItemAttributes.WithSystemBusSpeed C# (CSharp) Method

WithSystemBusSpeed() public method

Sets the SystemBusSpeed property
public WithSystemBusSpeed ( DecimalWithUnits systemBusSpeed ) : ItemAttributes
systemBusSpeed DecimalWithUnits SystemBusSpeed property
return ItemAttributes
        public ItemAttributes WithSystemBusSpeed(DecimalWithUnits systemBusSpeed)
        {
            this.systemBusSpeedField = systemBusSpeed;
            return this;
        }
ItemAttributes