Amazon.ECS.Model.ItemAttributes.WithGraphicsCardInterface C# (CSharp) Метод

WithGraphicsCardInterface() публичный Метод

Sets the GraphicsCardInterface property
public WithGraphicsCardInterface ( String graphicsCardInterface ) : ItemAttributes
graphicsCardInterface String GraphicsCardInterface property
Результат ItemAttributes
        public ItemAttributes WithGraphicsCardInterface(String graphicsCardInterface)
        {
            this.graphicsCardInterfaceField = graphicsCardInterface;
            return this;
        }
ItemAttributes