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

WithGraphicsCardInterface() public method

Sets the GraphicsCardInterface property
public WithGraphicsCardInterface ( String graphicsCardInterface ) : ItemAttributes
graphicsCardInterface String GraphicsCardInterface property
return ItemAttributes
        public ItemAttributes WithGraphicsCardInterface(String graphicsCardInterface)
        {
            this.graphicsCardInterfaceField = graphicsCardInterface;
            return this;
        }
ItemAttributes