Amazon.ECS.Model.ItemAttributes.WithSystemBusSpeed C# (CSharp) 메소드

WithSystemBusSpeed() 공개 메소드

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